diff options
author | chriseth <chris@ethereum.org> | 2017-12-12 23:48:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-12 23:48:47 +0800 |
commit | 7614b16dc9b2bb1e267e8f46834b40220fb9f9fb (patch) | |
tree | fe5caf11cdb273e450d2630a2b78a808b43e1a83 | |
parent | 55e9af2f20f04d1f75291850c92c18364c8c2683 (diff) | |
parent | a64c1e54874fd8f14da4f582acd787d57b687878 (diff) | |
download | dexon-solidity-7614b16dc9b2bb1e267e8f46834b40220fb9f9fb.tar.gz dexon-solidity-7614b16dc9b2bb1e267e8f46834b40220fb9f9fb.tar.zst dexon-solidity-7614b16dc9b2bb1e267e8f46834b40220fb9f9fb.zip |
Merge pull request #3311 from ethereum/changelog
Update changelog for some 0.4.20 changes
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 4cd83eeb..e2325a0c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,11 @@ ### 0.4.20 (unreleased) Features: + * Limit the number of warnings raised for creating abstract contracts. * Inline Assembly: Issue warning for using jump labels (already existed for jump instructions). Bugfixes: + * Parser: Disallow event declarations with no parameter list. * Type Checker: Suggest the experimental ABI encoder if using ``struct``s as function parameters (instead of an internal compiler error). @@ -20,7 +22,6 @@ Features: * Type Checker: More detailed errors for invalid array lengths (such as division by zero). Bugfixes: - * Parser: Disallow event declarations with no parameter list. ### 0.4.18 (2017-10-18) |