aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-02-13 20:36:05 +0800
committerGitHub <noreply@github.com>2018-02-13 20:36:05 +0800
commit8f8ad3840eecd7b22565e0c36eb55ceca5d5b57a (patch)
tree159d2bb15029f85c91092add1feae87745dd21ee /Changelog.md
parent1d21f30f828ee9b50ae71e877218b11c75b37526 (diff)
parent560fbd0df1f9f9ba1c9a95f1319914df8fd79278 (diff)
downloaddexon-solidity-8f8ad3840eecd7b22565e0c36eb55ceca5d5b57a.tar.gz
dexon-solidity-8f8ad3840eecd7b22565e0c36eb55ceca5d5b57a.tar.zst
dexon-solidity-8f8ad3840eecd7b22565e0c36eb55ceca5d5b57a.zip
Merge pull request #3349 from federicobond/number-improv
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 3bdd366d..ab1b35cd 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -14,6 +14,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).