mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Preparation for 0.4.19 release.
This commit is contained in:
parent
ffb3a3c06c
commit
f7538daaf4
@ -1,14 +1,14 @@
|
|||||||
### 0.4.19 (unreleased)
|
### 0.4.19 (2017-11-30)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
* Allow constant variables to be used as array length
|
|
||||||
* Code Generator: New ABI decoder which supports structs and arbitrarily nested
|
* Code Generator: New ABI decoder which supports structs and arbitrarily nested
|
||||||
arrays and checks input size (activate using ``pragma experimental ABIEncoderV2;``.
|
arrays and checks input size (activate using ``pragma experimental ABIEncoderV2;``).
|
||||||
|
* General: Allow constant variables to be used as array length.
|
||||||
|
* Inline Assembly: ``if`` statement.
|
||||||
* Standard JSON: Support the ``outputSelection`` field for selective compilation of target artifacts.
|
* Standard JSON: Support the ``outputSelection`` field for selective compilation of target artifacts.
|
||||||
* Syntax Checker: Turn the usage of ``callcode`` into an error as experimental 0.5.0 feature.
|
* Syntax Checker: Turn the usage of ``callcode`` into an error as experimental 0.5.0 feature.
|
||||||
* Type Checker: Improve address checksum warning.
|
* Type Checker: Improve address checksum warning.
|
||||||
* 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).
|
||||||
* Inline Assembly: ``if`` statement.
|
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
|
|
||||||
|
@ -397,6 +397,10 @@
|
|||||||
"bugs": [],
|
"bugs": [],
|
||||||
"released": "2017-10-18"
|
"released": "2017-10-18"
|
||||||
},
|
},
|
||||||
|
"0.4.19": {
|
||||||
|
"bugs": [],
|
||||||
|
"released": "2017-11-30"
|
||||||
|
},
|
||||||
"0.4.2": {
|
"0.4.2": {
|
||||||
"bugs": [
|
"bugs": [
|
||||||
"ZeroFunctionSelector",
|
"ZeroFunctionSelector",
|
||||||
|
Loading…
Reference in New Issue
Block a user