mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Prepare changelog for 0.6.4.
This commit is contained in:
parent
8d2a9bf773
commit
d541e222a2
@ -1,8 +1,8 @@
|
|||||||
### 0.6.4 (unreleased)
|
### 0.6.4 (2020-03-10)
|
||||||
|
|
||||||
Language Features:
|
Language Features:
|
||||||
* Inline Assembly: Allow assigning to `_slot` of local storage variable pointers.
|
|
||||||
* General: Deprecated `value(...)` and `gas(...)` in favor of `{value: ...}` and `{gas: ...}`
|
* General: Deprecated `value(...)` and `gas(...)` in favor of `{value: ...}` and `{gas: ...}`
|
||||||
|
* Inline Assembly: Allow assigning to `_slot` of local storage variable pointers.
|
||||||
* Inline Assembly: Perform control flow analysis on inline assembly. Allows storage returns to be set in assembly only.
|
* Inline Assembly: Perform control flow analysis on inline assembly. Allows storage returns to be set in assembly only.
|
||||||
|
|
||||||
|
|
||||||
@ -13,7 +13,6 @@ Compiler Features:
|
|||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
* Inheritance: Fix incorrect error on calling unimplemented base functions.
|
* Inheritance: Fix incorrect error on calling unimplemented base functions.
|
||||||
* isoltest: Added new keyword `wei` to express function value in semantic tests
|
|
||||||
* Reference Resolver: Fix scoping issue following try/catch statements.
|
* Reference Resolver: Fix scoping issue following try/catch statements.
|
||||||
* Standard-JSON-Interface: Fix a bug related to empty filenames and imports.
|
* Standard-JSON-Interface: Fix a bug related to empty filenames and imports.
|
||||||
* SMTChecker: Fix internal errors when analysing tuples.
|
* SMTChecker: Fix internal errors when analysing tuples.
|
||||||
|
@ -888,5 +888,9 @@
|
|||||||
"0.6.3": {
|
"0.6.3": {
|
||||||
"bugs": [],
|
"bugs": [],
|
||||||
"released": "2020-02-18"
|
"released": "2020-02-18"
|
||||||
|
},
|
||||||
|
"0.6.4": {
|
||||||
|
"bugs": [],
|
||||||
|
"released": "2020-03-10"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user