diff --git a/CHANGELOG.md b/CHANGELOG.md index 442d138..bfe459d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Remove `SubAddressIndex` from `src/models.rs` ([#55](https://github.com/monero-ecosystem/monero-rpc-rs/pull/55)) +- Remove declaration of `SubaddressIndex` and replace it by `use monero::cryptonote::subaddress::Index as SubaddressIndex` ([#62](https://github.com/monero-ecosystem/monero-rpc-rs/pull/62)) ### Changed