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
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,19 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
6
6
7
7
## [Unreleased]
8
8
9
+
10
+
### Added
11
+
12
+
13
+
### Changed
14
+
15
+
16
+
### Fixed
17
+
18
+
19
+
20
+
## [0.1.8] - 2025-11-07
21
+
9
22
### Added
10
23
- Add `TokenFeeScheduleUpdateTransaction` class to support updating custom fee schedules on tokens (#471).
11
24
- Add `examples/token_update_fee_schedule_fungible.py` and `examples/token_update_fee_schedule_nft.py` demonstrating the use of `TokenFeeScheduleUpdateTransaction`.
@@ -85,6 +98,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
85
98
- Added `checksum` filed for TopicId, FileId, ContractId, ScheduleId class
86
99
- Added workflow for running example scripts.
87
100
- docs: workflow.md documenting key steps to creating a pull request (#605)
101
+
- chore: fix the examples workflow to log error messages and run on import failure (#738)
88
102
- Added `docs/discord.md` explaining how to join and navigate the Hiero community Discord (#614).
89
103
90
104
@@ -174,7 +188,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
174
188
- Add strict type hints to `TransactionGetReceiptQuery` (#420)
175
189
- Fixed broken documentation links in CONTRIBUTING.md by converting absolute GitHub URLs to relative paths
176
190
- Updated all documentation references to use local paths instead of pointing to hiero-sdk project hub
177
-
- chore: fix the examples workflow to log error messages and run on import failure (#738)
0 commit comments