Update CHANGELOG.md
This commit is contained in:
parent
bbf043f4ee
commit
1fbfe418c7
@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
- New builtin function `Crypto.ecrecover_secp256k1: (hash, bytes(65)) => bytes(32)`
|
- New builtin function `Crypto.ecrecover_secp256k1: (hash, bytes(65)) => bytes(32)`
|
||||||
for recovering Ethereum address from message hash and signature.
|
for recovering Ethereum address from message hash and signature.
|
||||||
|
- List comprehensions syntax `[x | a <- [1,2,3] ++ l, let x = a + 1, if(x > 1)]`
|
||||||
|
- Standard library support (slows down compilation, can be skipped by adding `no_implicit_stdlib` compiler option)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- New syntax for tuple types. Now 0-tuple type is encoded as `unit` instead of `()` and
|
- New syntax for tuple types. Now 0-tuple type is encoded as `unit` instead of `()` and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user