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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## v2.67.0
2
+
3
+
### Added
4
+
- Checks for `NodeUpdate` and `NodeDelete` to Return error when `nodeID` is not explicitly set [#1426](https://github.com/hiero-ledger/hiero-sdk-go/pull/1426)
5
+
- This prevents users from accidentally updating or deleting node with id 0
6
+
7
+
### Changed
8
+
- Refactored usage of for loops with `slices.Contains`, which can make the code more concise and easy to read [#1442](https://github.com/hiero-ledger/hiero-sdk-go/pull/1442)
0 commit comments