Merge pull request #10630 from ethereum/setReleaseDate

Set release date for 0.7.6.
This commit is contained in:
chriseth 2020-12-16 15:25:20 +01:00 committed by GitHub
commit 3d0e8aa69c
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.7.6 (unreleased)
### 0.7.6 (2020-12-16)
Language Features:
* Code generator: Support conversion from calldata slices to memory and storage arrays.

View File

@ -1373,5 +1373,9 @@
"0.7.5": {
"bugs": [],
"released": "2020-11-18"
},
"0.7.6": {
"bugs": [],
"released": "2020-12-16"
}
}