aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorFederico Bond <federicobond@gmail.com>2017-10-26 22:02:36 +0800
committerFederico Bond <federicobond@gmail.com>2018-02-03 01:09:32 +0800
commit600e66e6057b1d6992affaf6fa646ce865d17b73 (patch)
tree277c812247d2a66b9016fa64a9497a88d42a67e4 /Changelog.md
parenteba46a65fc55ab598210d2bc2e209809d59f6fbd (diff)
downloaddexon-solidity-600e66e6057b1d6992affaf6fa646ce865d17b73.tar
dexon-solidity-600e66e6057b1d6992affaf6fa646ce865d17b73.tar.gz
dexon-solidity-600e66e6057b1d6992affaf6fa646ce865d17b73.tar.bz2
dexon-solidity-600e66e6057b1d6992affaf6fa646ce865d17b73.tar.lz
dexon-solidity-600e66e6057b1d6992affaf6fa646ce865d17b73.tar.xz
dexon-solidity-600e66e6057b1d6992affaf6fa646ce865d17b73.tar.zst
dexon-solidity-600e66e6057b1d6992affaf6fa646ce865d17b73.zip
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 1c279dfb..b079cb01 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,7 @@
Features:
* 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.