From 3dc1fcf0c99030b12cc80538524d9e4113790c2a Mon Sep 17 00:00:00 2001 From: Martin Minkov Date: Mon, 20 Mar 2023 17:44:40 -0700 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a5b4078a..063d4a12df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased](https://github.com/o1-labs/snarkyjs/compare/9acec55...HEAD) -> No unreleased changes yet +### Fixed + +- `getActions` to handle multiple actions with multiple Account Updates https://github.com/o1-labs/snarkyjs/pull/801 ## [0.9.3](https://github.com/o1-labs/snarkyjs/compare/1abdfb70...9acec55)