From fde3f0c36cfee781161182a60527ec71c5fa4f27 Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 21 Oct 2024 22:46:47 +0300 Subject: [PATCH] merge changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 446a2ce88..fe885a919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased](https://github.com/o1-labs/o1js/compare/7e9394...HEAD) -## [1.9.1](https://github.com/o1-labs/o1js/compare/f15293a69...7e9394) - 2024-10-15 - ## [2.0.0](https://github.com/o1-labs/o1js/compare/f15293a69...HEAD) ### Breaking Changes @@ -46,6 +44,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Bitwise OR via `{UInt32, UInt64}.or()` - **BLAKE2B hash function** gadget [#1285](https://github.com/o1-labs/o1js/pull/1285) +## [1.9.1](https://github.com/o1-labs/o1js/compare/f15293a69...7e9394) - 2024-10-15 + +### Fixes + +- Performance regression when compiling recursive circuits is fixed https://github.com/o1-labs/o1js/pull/1874 +- Decouple offchain state instances from their definitions https://github.com/o1-labs/o1js/pull/1834 + ## [1.9.0](https://github.com/o1-labs/o1js/compare/450943...f15293a69) - 2024-10-15 ### Added