mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #3311 from ethereum/changelog
Update changelog for some 0.4.20 changes
This commit is contained in:
commit
7614b16dc9
@ -1,9 +1,11 @@
|
|||||||
### 0.4.20 (unreleased)
|
### 0.4.20 (unreleased)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
* 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: Issue warning for using jump labels (already existed for jump instructions).
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
|
* Parser: Disallow event declarations with no parameter list.
|
||||||
* Type Checker: Suggest the experimental ABI encoder if using ``struct``s as function parameters
|
* Type Checker: Suggest the experimental ABI encoder if using ``struct``s as function parameters
|
||||||
(instead of an internal compiler error).
|
(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).
|
* Type Checker: More detailed errors for invalid array lengths (such as division by zero).
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
* Parser: Disallow event declarations with no parameter list.
|
|
||||||
|
|
||||||
### 0.4.18 (2017-10-18)
|
### 0.4.18 (2017-10-18)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user