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
commit d7f0394316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

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.

View File

@ -1548,6 +1548,10 @@
"bugs": [],
"released": "2021-11-09"
},
"0.8.11": {
"bugs": [],
"released": "2021-12-20"
},
"0.8.2": {
"bugs": [
"SignedImmutables",