mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Set release date.
This commit is contained in:
parent
018f8cd2e2
commit
25a3bf2df0
@ -1,4 +1,4 @@
|
|||||||
### 0.8.11 (unreleased)
|
### 0.8.11 (2021-12-20)
|
||||||
|
|
||||||
Language Features:
|
Language Features:
|
||||||
* General: New builtin function ``abi.encodeCall(functionPointer, (arg1, arg2, ...))`` that type-checks the arguments and returns the ABI-encoded function call data.
|
* General: New builtin function ``abi.encodeCall(functionPointer, (arg1, arg2, ...))`` that type-checks the arguments and returns the ABI-encoded function call data.
|
||||||
|
@ -1548,6 +1548,10 @@
|
|||||||
"bugs": [],
|
"bugs": [],
|
||||||
"released": "2021-11-09"
|
"released": "2021-11-09"
|
||||||
},
|
},
|
||||||
|
"0.8.11": {
|
||||||
|
"bugs": [],
|
||||||
|
"released": "2021-12-20"
|
||||||
|
},
|
||||||
"0.8.2": {
|
"0.8.2": {
|
||||||
"bugs": [
|
"bugs": [
|
||||||
"SignedImmutables",
|
"SignedImmutables",
|
||||||
|
Loading…
Reference in New Issue
Block a user