You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [Unreleased (see .changes folder)]
9
9
10
+
## [Version 0.62.0]
11
+
12
+
### Breaking
13
+
-[959](https://github.com/FuelLabs/fuel-vm/pull/959): Add Borrow trait bounds to owned types in Mappable trait.
14
+
15
+
### Added
16
+
-[922](https://github.com/FuelLabs/fuel-vm/pull/922): Add NIOP instruction to perform overflow-checked calculations on u8, u16, and u32 integers
17
+
-[923](https://github.com/FuelLabs/fuel-vm/pull/923): Load and store instructions for u16 and u32
18
+
-[925](https://github.com/FuelLabs/fuel-vm/pull/925): Add jump-and-link instruction `JAL offset` that can be used to implement efficient subroutine calls.
19
+
-[953](https://github.com/FuelLabs/fuel-vm/pull/953): feat: Expose SubAssetId in fuel-tx
0 commit comments