Changelog

This commit is contained in:
Honza 2023-09-20 15:51:06 +02:00
parent 6a7175cafb
commit f5c0c442c4
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,13 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Some of the `TransactionOverview` class parameters changed:
- `id` was removed
- `index` is nullable
- `feePaid` is nullable
- `blockTimeEpochSeconds` is nullable
## [2.0.0-rc.1] - 2023-09-12
### Notable Changes