Merge pull request #12426 from ethereum/setDateFor0811

Set release date for 0.8.11
This commit is contained in:
chriseth
2021-12-20 15:00:55 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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.
+4
View File
@@ -1548,6 +1548,10 @@
"bugs": [],
"released": "2021-11-09"
},
"0.8.11": {
"bugs": [],
"released": "2021-12-20"
},
"0.8.2": {
"bugs": [
"SignedImmutables",