Skip to content

Commit 8ab093b

Browse files
committed
docs: update changelog entry
1 parent 0aea4af commit 8ab093b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2525
- This is an addition to `ZkProgram.analyzeMethods()` which analyzes all methods of a ZkProgram by executing them.
2626
- Now only a single method is analyzed at a time.
2727

28+
### Changed
29+
- `IndexedMerkleMap` has been promoted from the `Experimental` namespace and is now part of the public API. https://github.com/o1-labs/o1js/pull/2114
30+
-
31+
### Fixed
32+
- The `IndexedMerkleMap` root now includes the tree length in its root(commitment), addressing a vulnerability where a malicious user could insert a larger leaf and render the tree unreconstructable by others.
33+
2834
## [2.6.0](https://github.com/o1-labs/o1js/compare/4e23a60...3eef10d) - 2025-05-30
2935

3036
### Added
@@ -57,11 +63,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
5763
repository proof-systems. https://github.com/o1-labs/o1js/pull/2128
5864
- Added verification key validity checks to `LocalBlockchain`. https://github.com/o1-labs/o1js/pull/2171
5965

60-
### Added
61-
62-
### Changed
63-
- Export `IndexedMerkleMap` directly from index, instead of Experimental Namespace https://github.com/o1-labs/o1js/pull/2114
64-
6566
### Fixed
6667

6768
## [2.4.0](https://github.com/o1-labs/o1js/compare/fb625f...6ff7f8470a) - 2025-04-01

0 commit comments

Comments
 (0)