From d4c9d369b1972628ffb4c765a86ddd9a70e54637 Mon Sep 17 00:00:00 2001 From: Ulf Norell Date: Mon, 25 Nov 2019 12:07:05 +0100 Subject: [PATCH] Remove aesophia_cli and aesophia_http stuff from change log --- CHANGELOG.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8220282..7b4b022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,15 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.1.0-rc1] - 2019-11-25 ### Added -- Add functionality to check if bytecode from the chain was compiled from given - source code. In `aesophia_cli`: - ``` - aesophia_cli --validate cb_... MyContract.aes - ``` - In `aesophia_http`: `validate-byte-code` entrypoint. - Support encoding and decoding bit fields in call arguments and results. ### Changed -- Fix bug with standard library includes in `aesophia_cli`. - Various improvements to FATE code generator. ### Removed