Merge pull request #3311 from ethereum/changelog

Update changelog for some 0.4.20 changes
This commit is contained in:
chriseth 2017-12-12 16:48:47 +01:00 committed by GitHub
commit 7614b16dc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)