mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
commit
53ea962864
@ -1,4 +1,4 @@
|
|||||||
### 0.6.7 (unreleased)
|
### 0.6.7 (2020-05-04)
|
||||||
|
|
||||||
Language Features:
|
Language Features:
|
||||||
* Add support for EIP 165 interface identifiers with `type(I).interfaceId`.
|
* Add support for EIP 165 interface identifiers with `type(I).interfaceId`.
|
||||||
@ -7,6 +7,7 @@ Language Features:
|
|||||||
|
|
||||||
Compiler Features:
|
Compiler Features:
|
||||||
* Optimizer: Simplify repeated AND and OR operations.
|
* Optimizer: Simplify repeated AND and OR operations.
|
||||||
|
* Standard Json Input: Support the prefix ``file://`` in the field ``urls``.
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
* SMTChecker: Fix internal error when fixed points are used.
|
* SMTChecker: Fix internal error when fixed points are used.
|
||||||
@ -16,7 +17,6 @@ Bugfixes:
|
|||||||
* Type Checker: Fix internal error when assigning to empty tuples.
|
* Type Checker: Fix internal error when assigning to empty tuples.
|
||||||
* Type Checker: Fix internal error when applying unary operators to tuples with empty components.
|
* Type Checker: Fix internal error when applying unary operators to tuples with empty components.
|
||||||
* Type Checker: Perform recursiveness check on structs declared at the file level.
|
* Type Checker: Perform recursiveness check on structs declared at the file level.
|
||||||
* Standard Json Input: Fix error when using prefix ``file://`` in the field ``urls``.
|
|
||||||
|
|
||||||
Build System:
|
Build System:
|
||||||
* soltest.sh: ``SOLIDITY_BUILD_DIR`` is no longer relative to ``REPO_ROOT`` to allow for build directories outside of the source tree.
|
* soltest.sh: ``SOLIDITY_BUILD_DIR`` is no longer relative to ``REPO_ROOT`` to allow for build directories outside of the source tree.
|
||||||
|
@ -1085,5 +1085,9 @@
|
|||||||
"0.6.6": {
|
"0.6.6": {
|
||||||
"bugs": [],
|
"bugs": [],
|
||||||
"released": "2020-04-09"
|
"released": "2020-04-09"
|
||||||
|
},
|
||||||
|
"0.6.7": {
|
||||||
|
"bugs": [],
|
||||||
|
"released": "2020-05-04"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user