mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #12426 from ethereum/setDateFor0811
Set release date for 0.8.11
This commit is contained in:
commit
d7f0394316
@ -1,4 +1,4 @@
|
||||
### 0.8.11 (unreleased)
|
||||
### 0.8.11 (2021-12-20)
|
||||
|
||||
Language Features:
|
||||
* 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": [],
|
||||
"released": "2021-11-09"
|
||||
},
|
||||
"0.8.11": {
|
||||
"bugs": [],
|
||||
"released": "2021-12-20"
|
||||
},
|
||||
"0.8.2": {
|
||||
"bugs": [
|
||||
"SignedImmutables",
|
||||
|
Loading…
Reference in New Issue
Block a user