Skip to content

Commit edcd550

Browse files
committed
Update CHANGELOG.md
1 parent 83dc4f4 commit edcd550

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

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

2222
- 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
23+
24+
### Added
25+
26+
- [PR !2076](https://github.com/o1-labs/o1js/pull/2076)
27+
- o1js-bindings is no longer a submodule (same directory structure)
28+
- compiled artifacts are now gitignored
29+
- `npm run build:bindings-download` downloads compiled artifacts from github
30+
- `npm run build:bindings-remote` triggers a github workflow to build the compiled artifacts then downloads them
31+
32+
### Changed
33+
2334
- [PR !2126](https://github.com/o1-labs/o1js/pull/2126) Bump up Mina to the
2435
commit
2536
[5a9145feaba3138cd1a1090d8421a8e67a5485e1](https://github.com/MinaProtocol/mina/blob/5a9145feaba3138cd1a1090d8421a8e67a5485e1)
37+
- [PR !2128](https://github.com/o1-labs/o1js/pull/2128) Bump up Mina to the
38+
commit
39+
[eaca9201](https://github.com/MinaProtocol/mina/tree/eaca9201e0df37f244e341155f253dc9551fb451),
40+
to include the latest changes reg. the move of the Rust codebase to the
41+
repository proof-systems.
42+
43+
### Added
44+
45+
- Added bitwise operation methods (xor, not, and, or) to `UInt8` class. https://github.com/o1-labs/o1js/pull/2144$0
2646

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

0 commit comments

Comments
 (0)