aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorFederico Bond <federicobond@gmail.com>2017-12-19 23:45:04 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-02-13 06:53:33 +0800
commita320ffeafd62b349f6143ceb6b44547c746b08bc (patch)
tree81b5f8bb705d6f0671914e765ceedfee219905d7 /Changelog.md
parent954903b50540456906fd7ba909d7d663e2bd7a7f (diff)
downloaddexon-solidity-a320ffeafd62b349f6143ceb6b44547c746b08bc.tar
dexon-solidity-a320ffeafd62b349f6143ceb6b44547c746b08bc.tar.gz
dexon-solidity-a320ffeafd62b349f6143ceb6b44547c746b08bc.tar.bz2
dexon-solidity-a320ffeafd62b349f6143ceb6b44547c746b08bc.tar.lz
dexon-solidity-a320ffeafd62b349f6143ceb6b44547c746b08bc.tar.xz
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.md1
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).