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`.
@@ -88,6 +101,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
88
101
- Added `checksum` filed for TopicId, FileId, ContractId, ScheduleId class
89
102
- Added workflow for running example scripts.
90
103
- docs: workflow.md documenting key steps to creating a pull request (#605)
104
+
- chore: fix the examples workflow to log error messages and run on import failure (#738)
91
105
- Added `docs/discord.md` explaining how to join and navigate the Hiero community Discord (#614).
92
106
93
107
@@ -177,7 +191,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
177
191
- Add strict type hints to `TransactionGetReceiptQuery` (#420)
178
192
- Fixed broken documentation links in CONTRIBUTING.md by converting absolute GitHub URLs to relative paths
179
193
- Updated all documentation references to use local paths instead of pointing to hiero-sdk project hub
180
-
- chore: fix the examples workflow to log error messages and run on import failure (#738)
0 commit comments