From 914572272fbcd2190710dac3526f506e346d598d Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 21 Oct 2024 18:20:43 +0300 Subject: [PATCH] changelog --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) 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