diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a53e9f0d..129d80020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,11 +44,6 @@ 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) -### 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