|
| 1 | +## [0.47.0](https://github.com/TritonVM/tasm-lib/compare/v0.46.0..v0.47.0) - 2025-02-10 |
| 2 | + |
| 3 | +### ♻️ Refactor |
| 4 | + |
| 5 | +- (!) Remove trait `DeprecatedSnippet` ([eb53c844](https://github.com/TritonVM/tasm-lib/commit/eb53c844)) |
| 6 | + |
| 7 | +### 🖋 Snippet Sign-Off |
| 8 | + |
| 9 | +- U128::overflowing_add ([5a006ad7](https://github.com/TritonVM/tasm-lib/commit/5a006ad7)) |
| 10 | +- (!) U32::is_odd ([a9f3f885](https://github.com/TritonVM/tasm-lib/commit/a9f3f885)) |
| 11 | +- (!) U32::is_u32 ([647c2795](https://github.com/TritonVM/tasm-lib/commit/647c2795)) |
| 12 | +- (!) U32::or ([b303c7f4](https://github.com/TritonVM/tasm-lib/commit/b303c7f4)) |
| 13 | +- (!) U32::safe_add ([73f92c33](https://github.com/TritonVM/tasm-lib/commit/73f92c33)) |
| 14 | +- (!) U32::safe_mul ([b69af017](https://github.com/TritonVM/tasm-lib/commit/b69af017)) |
| 15 | +- (!) U32::safe_sub ([1db90474](https://github.com/TritonVM/tasm-lib/commit/1db90474)) |
| 16 | +- (!) U32::shift_left and u32::shift_right ([99e38029](https://github.com/TritonVM/tasm-lib/commit/99e38029)) |
| 17 | +- (!) U64::or ([0914583d](https://github.com/TritonVM/tasm-lib/commit/0914583d)) |
| 18 | +- (!) U64::MulTwoU64sToU128 ([84e2fd1f](https://github.com/TritonVM/tasm-lib/commit/84e2fd1f)) |
| 19 | +- (!) U128::SafeMul ([fc5ac068](https://github.com/TritonVM/tasm-lib/commit/fc5ac068)) |
| 20 | +- (!) U128::Sub ([dfec7488](https://github.com/TritonVM/tasm-lib/commit/dfec7488)) |
| 21 | +- (!) U128::ShiftRight ([5ccbad33](https://github.com/TritonVM/tasm-lib/commit/5ccbad33)) |
| 22 | +- (!) U128::ShiftLeft ([4e36025c](https://github.com/TritonVM/tasm-lib/commit/4e36025c)) |
| 23 | +- (!) U128::ShiftRightStatic ([23361590](https://github.com/TritonVM/tasm-lib/commit/23361590)) |
| 24 | +- (!) List::SetLength ([f42a2449](https://github.com/TritonVM/tasm-lib/commit/f42a2449)) |
| 25 | +- (!) List::Range ([f7d708c4](https://github.com/TritonVM/tasm-lib/commit/f7d708c4)) |
| 26 | +- Mmr::verify_from_memory ([655ca1f2](https://github.com/TritonVM/tasm-lib/commit/655ca1f2)) |
| 27 | +- `VerifyMmrSuccessorProof` ([2af7c95d](https://github.com/TritonVM/tasm-lib/commit/2af7c95d)) |
| 28 | + |
1 | 29 | ## [0.46.0](https://github.com/TritonVM/tasm-lib/compare/v0.45.0..v0.46.0) - 2025-01-31
|
2 | 30 |
|
3 | 31 | ### ✨ Features
|
|
0 commit comments