From fe0c22851fe80f23c40a88401c5c6645bb893f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Rowicki?= <35342116+radrow@users.noreply.github.com> Date: Mon, 2 Sep 2019 12:08:01 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bf446a..8d795b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New builtin function `Crypto.ecrecover_secp256k1: (hash, bytes(65)) => bytes(32)` 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) +- Standard library support. `ListInternal` can be included implicitly if list comprehensions are used. ### Changed - New syntax for tuple types. Now 0-tuple type is encoded as `unit` instead of `()` and