mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Set release date for 0.8.19
This commit is contained in:
parent
1d8e0abd0a
commit
21823613bc
@ -1,4 +1,4 @@
|
|||||||
### 0.8.19 (unreleased)
|
### 0.8.19 (2023-02-22)
|
||||||
|
|
||||||
Language Features:
|
Language Features:
|
||||||
* Allow defining custom operators for user-defined value types via ``using {f as +} for T global`` syntax.
|
* Allow defining custom operators for user-defined value types via ``using {f as +} for T global`` syntax.
|
||||||
|
@ -1776,6 +1776,10 @@
|
|||||||
"bugs": [],
|
"bugs": [],
|
||||||
"released": "2023-02-01"
|
"released": "2023-02-01"
|
||||||
},
|
},
|
||||||
|
"0.8.19": {
|
||||||
|
"bugs": [],
|
||||||
|
"released": "2023-02-22"
|
||||||
|
},
|
||||||
"0.8.2": {
|
"0.8.2": {
|
||||||
"bugs": [
|
"bugs": [
|
||||||
"AbiReencodingHeadOverflowWithStaticArrayCleanup",
|
"AbiReencodingHeadOverflowWithStaticArrayCleanup",
|
||||||
|
Loading…
Reference in New Issue
Block a user