diff options
author | Federico Bond <federicobond@gmail.com> | 2017-12-19 23:45:04 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-02-13 06:53:33 +0800 |
commit | a320ffeafd62b349f6143ceb6b44547c746b08bc (patch) | |
tree | 81b5f8bb705d6f0671914e765ceedfee219905d7 /Changelog.md | |
parent | 954903b50540456906fd7ba909d7d663e2bd7a7f (diff) | |
download | dexon-solidity-a320ffeafd62b349f6143ceb6b44547c746b08bc.tar.gz dexon-solidity-a320ffeafd62b349f6143ceb6b44547c746b08bc.tar.zst dexon-solidity-a320ffeafd62b349f6143ceb6b44547c746b08bc.zip |
Avoid output messages size blow-up using huge bignums literals
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 34fbf682..66273ca1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,7 @@ Features: * Type Checker: Issue warning for using ``public`` visibility for interface functions. Bugfixes: + * Error Output: Truncate huge number literals in the middle to avoid output blow-up. * Parser: Disallow event declarations with no parameter list. * Standard JSON: Populate the ``sourceLocation`` field in the error list. * Standard JSON: Properly support contract and library file names containing a colon (such as URLs). |