Skip to content

Commit 929c6a3

Browse files
committed
changelog: fix merge conflicts
1 parent fa7c1db commit 929c6a3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2020
### Added
2121

2222
- Lazy mode for prover index computation. https://github.com/o1-labs/o1js/pull/2143
23-
2423
- Added `ZkProgram.analyzeSingleMethod(methodName: string)` to analyze a single method of a ZkProgram. https://github.com/o1-labs/o1js/pull/2217
2524
- This is an addition to `ZkProgram.analyzeMethods()` which analyzes all methods of a ZkProgram by executing them.
2625
- Now only a single method is analyzed at a time.
@@ -31,14 +30,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
3130

3231
- API support for circuit chunking. https://github.com/o1-labs/o1js/pull/1905
3332
- work in progress, still requires memory optimizations to be fully functional
34-
3533
- Dynamic array provable type. https://github.com/o1-labs/o1js/pull/1848
3634

3735
## [2.5.0](https://github.com/o1-labs/o1js/compare/6ff7f8470a...4e23a60)
3836

3937
### Fixed
4038

41-
- [PR !2134](https://github.com/o1-labs/o1js/pull/2134)Correct handling of actions and events lists as well as internal `AccountUpdate` consistency tests for the new V2 API
39+
- Correct handling of actions and events lists as well as internal `AccountUpdate` consistency tests for the new V2 API. https://github.com/o1-labs/o1js/pull/2134
4240

4341
### Added
4442

@@ -47,7 +45,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
4745
- compiled artifacts are now gitignored
4846
- `npm run build:bindings-download` downloads compiled artifacts from github
4947
- `npm run build:bindings-remote` triggers a github workflow to build the compiled artifacts then downloads them
50-
- [PR !2144](https://github.com/o1-labs/o1js/pull/2144)Added bitwise operation methods (xor, not, and, or) to `UInt8` class.
48+
- Added bitwise operation methods (xor, not, and, or) to `UInt8` class. https://github.com/o1-labs/o1js/pull/2144
5149

5250
### Changed
5351

0 commit comments

Comments
 (0)