mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add a changelog entry
This commit is contained in:
parent
0b22154a75
commit
55737213d1
@ -1,14 +1,15 @@
|
|||||||
### 0.4.12 (unreleased)
|
### 0.4.12 (unreleased)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
* Assembler: renamed ``SHA3`` to `KECCAK256``.
|
* Assembly: renamed ``SHA3`` to `KECCAK256``.
|
||||||
* AST: export all attributes to Json format
|
* Assembly: Add ``RETURNDATASIZE`` and ``RETURNDATACOPY`` (EIP211) instructions.
|
||||||
|
* AST: export all attributes to JSON format.
|
||||||
* Inline Assembly: Present proper error message when not supplying enough arguments to a functional
|
* Inline Assembly: Present proper error message when not supplying enough arguments to a functional
|
||||||
instruction.
|
instruction.
|
||||||
* Inline Assembly: introduce ``keccak256`` as an opcode. ``sha3`` is still a valid alias.
|
* Inline Assembly: introduce ``keccak256`` as an opcode. ``sha3`` is still a valid alias.
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
* Unused variable warnings no longer issued for variables used inside inline assembly
|
* Unused variable warnings no longer issued for variables used inside inline assembly.
|
||||||
|
|
||||||
### 0.4.11 (2017-05-03)
|
### 0.4.11 (2017-05-03)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user