Skip to content

Commit 381a696

Browse files
committed
fix changelog formatting issues
1 parent 4e78ea0 commit 381a696

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,17 @@ This project adheres to
3333
- Now only a single method is analyzed at a time.
3434

3535
### Changed
36-
- `IndexedMerkleMap` has been promoted from the `Experimental` namespace and is now part of the public API. https://github.com/o1-labs/o1js/pull/2114
37-
-
36+
37+
- `IndexedMerkleMap` has been promoted from the `Experimental` namespace and is
38+
now part of the public API. https://github.com/o1-labs/o1js/pull/2114
39+
-
40+
3841
### Fixed
39-
- 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.
40-
42+
43+
- The `IndexedMerkleMap` root now includes the tree length in its
44+
root(commitment), addressing a vulnerability where a malicious user could
45+
insert a larger leaf and render the tree unreconstructable by others.
46+
4147
## [2.6.0](https://github.com/o1-labs/o1js/compare/4e23a60...3eef10d) - 2025-05-30
4248

4349
### Added

0 commit comments

Comments
 (0)