mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add changelog bugfix
For fixing NatSpec json output for "@notice" and "@dev" tags on contract definitions.
This commit is contained in:
parent
4efe3544f7
commit
a0d8459d95
@ -61,6 +61,7 @@ Compiler Features:
|
|||||||
Bugfixes:
|
Bugfixes:
|
||||||
* Tests: Fix chain parameters to make ipc tests work with newer versions of cpp-ethereum.
|
* 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).
|
* 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.
|
* Type System: Allow arbitrary exponents for literals with a mantissa of zero.
|
||||||
|
|
||||||
### 0.4.24 (2018-05-16)
|
### 0.4.24 (2018-05-16)
|
||||||
|
Loading…
Reference in New Issue
Block a user