mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Changelog: move an item upwards
This commit is contained in:
parent
567139486f
commit
1f2bf7e004
@ -5,6 +5,7 @@ Features:
|
|||||||
* AST: Use deterministic node identifiers.
|
* AST: Use deterministic node identifiers.
|
||||||
* Type system: Introduce type identifier strings.
|
* Type system: Introduce type identifier strings.
|
||||||
* Metadata: Do not include platform in the version number.
|
* Metadata: Do not include platform in the version number.
|
||||||
|
* Type checker: Allow multiple events of the same name (but with different arities or argument types)
|
||||||
|
|
||||||
### 0.4.8 (2017-01-13)
|
### 0.4.8 (2017-01-13)
|
||||||
|
|
||||||
@ -26,7 +27,6 @@ Features:
|
|||||||
* Code generator: Inject the Swarm hash of a metadata file into the bytecode.
|
* Code generator: Inject the Swarm hash of a metadata file into the bytecode.
|
||||||
* Code generator: Replace expensive memcpy precompile by simple assembly loop.
|
* Code generator: Replace expensive memcpy precompile by simple assembly loop.
|
||||||
* Optimizer: Some dead code elimination.
|
* Optimizer: Some dead code elimination.
|
||||||
* Type checker: Allow multiple events of the same name (but with different arities or argument types)
|
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
* Code generator: throw if calling the identity precompile failed during memory (array) copying.
|
* Code generator: throw if calling the identity precompile failed during memory (array) copying.
|
||||||
|
Loading…
Reference in New Issue
Block a user