From 7077cd3c49b7f4548305ac7d34878c132cb0ef43 Mon Sep 17 00:00:00 2001 From: Gregor Date: Wed, 10 Apr 2024 17:41:15 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 278fc15440..7c9906797c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Fixes soundness of ECDSA; slightly increases its constraints from ~28k to 29k - Breaks circuits that used EC addition, like ECDSA +### Changes + +- Make `MerkleTree` data properties public + ## [0.18.0](https://github.com/o1-labs/o1js/compare/74948acac...1b6fd8b8e) - 2024-04-09 ### Breaking changes