Set release date.

This commit is contained in:
chriseth 2021-12-20 12:43:48 +01:00
parent 018f8cd2e2
commit 25a3bf2df0
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",