Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus authored Dec 1, 2021
1 parent 672541c commit 7bcc9a8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand All @@ -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}`)
* Operation branch was calculated incorrectly based on the TTL (before `head~{60-ttl}`, after `head~{120-ttl}`)

0 comments on commit 7bcc9a8

Please sign in to comment.