From 7bcc9a860458ee6fe237b43d8214f3c78b25a5c6 Mon Sep 17 00:00:00 2001 From: Michael Zaikin Date: Wed, 1 Dec 2021 16:58:18 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fade502a..6826fd245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## 3.3.1 - [unreleased] +## 3.3.1 - 2021-12-01 + +### Added + +* Ability to patch VIEW results when using `interpret()` or `onchain_view()` ### Fixed @@ -15,7 +19,6 @@ - Multiple `view` sections are correctly parsed/unparsed - in REPL `VIEW` instruction works both with self-recursive calls and on-chain contracts (if shell is attached) - `ContractInterface` provides a seamless interface to views (works pretty much the same as with off-chain views) - - Ability to patch VIEW results when using `interpret()` or `onchain_view()` * Partial support for global constants: - added new operation kind `register_global_constant` - `ExecutionContext` allows to register constants as well @@ -33,4 +36,4 @@ ### Fixed * `pytezos sandbox` CLI command now works properly and provides almost flextesa-like experience at lesser cost -* Operation branch was calculated incorrectly based on the TTL (before `head~{60-ttl}`, after `head~{120-ttl}`) \ No newline at end of file +* Operation branch was calculated incorrectly based on the TTL (before `head~{60-ttl}`, after `head~{120-ttl}`)