aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-12-12 16:54:33 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-04-06 19:52:19 +0800
commitd5f40c141b203eb12c4d6fa97418b1a8f0f789bd (patch)
treee2e8c82f2dd58b3818fdb079ac68c2924ebf5313 /Changelog.md
parent9bd49516d8f10e49b28a51fb68a9dfe195a9bbe4 (diff)
downloaddexon-solidity-d5f40c141b203eb12c4d6fa97418b1a8f0f789bd.tar
dexon-solidity-d5f40c141b203eb12c4d6fa97418b1a8f0f789bd.tar.gz
dexon-solidity-d5f40c141b203eb12c4d6fa97418b1a8f0f789bd.tar.bz2
dexon-solidity-d5f40c141b203eb12c4d6fa97418b1a8f0f789bd.tar.lz
dexon-solidity-d5f40c141b203eb12c4d6fa97418b1a8f0f789bd.tar.xz
dexon-solidity-d5f40c141b203eb12c4d6fa97418b1a8f0f789bd.tar.zst
dexon-solidity-d5f40c141b203eb12c4d6fa97418b1a8f0f789bd.zip
Limit the number of errors output in a single run to 256
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 d6860bdf..53038a1a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,7 @@ Features:
* Code Generator: Initialize arrays without using ``msize()``.
* Code Generator: More specialized and thus optimized implementation for ``x.push(...)``
* Commandline interface: Error when missing or inaccessible file detected. Suppress it with the ``--ignore-missing`` flag.
+ * General: Limit the number of errors output in a single run to 256.
* General: Support accessing dynamic return data in post-byzantium EVMs.
* Interfaces: Allow overriding external functions in interfaces with public in an implementing contract.
* Optimizer: Remove useless ``SWAP1`` instruction preceding a commutative instruction (such as ``ADD``, ``MUL``, etc).