Add changelog bugfix

For fixing NatSpec json output for "@notice" and "@dev" tags on contract definitions.
This commit is contained in:
Matthew Little 2018-07-11 10:59:21 -07:00 committed by chriseth
parent 4efe3544f7
commit a0d8459d95

View File

@ -61,6 +61,7 @@ Compiler Features:
Bugfixes:
* Tests: Fix chain parameters to make ipc tests work with newer versions of cpp-ethereum.
* Code Generator: Fix allocation of byte arrays (zeroed out too much memory).
* Fix NatSpec json output for `@notice` and `@dev` tags on contract definitions.
* Type System: Allow arbitrary exponents for literals with a mantissa of zero.
### 0.4.24 (2018-05-16)