aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-02-04 21:07:55 +0800
committerGitHub <noreply@github.com>2018-02-04 21:07:55 +0800
commit32300ea3fff05b6fb6080ebc32588e8e66ccc400 (patch)
tree55b376652e34079f48632a3ef61396f244ad5d43 /Changelog.md
parent07f8f96c94cd2a2602226dee2aa08597c1bd21d6 (diff)
parentaef95180392fcff5f339655754535a34c8564599 (diff)
downloaddexon-solidity-32300ea3fff05b6fb6080ebc32588e8e66ccc400.tar.gz
dexon-solidity-32300ea3fff05b6fb6080ebc32588e8e66ccc400.tar.zst
dexon-solidity-32300ea3fff05b6fb6080ebc32588e8e66ccc400.zip
Merge pull request #3360 from federicobond/nonfatal-reference-errors
Replace some fatal errors when resolving references with normal ones
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 3a1a23dc..34fbf682 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,6 +3,7 @@
Features:
* Code Generator: Prevent non-view functions in libraries from being called directly.
* Commandline interface: Support strict mode of assembly with the ``--strict--assembly`` switch.
+ * Compiler now continues resolving references after the first error.
* Limit the number of warnings raised for creating abstract contracts.
* Inline Assembly: Issue warning for using jump labels (already existed for jump instructions).
* Inline Assembly: Support some restricted tokens (return, byte, address) as identifiers in Julia mode.