From 2cf68d19a5b51b5e5afca61ab299c3df8f54871d Mon Sep 17 00:00:00 2001 From: Herr Seppia Date: Fri, 22 Mar 2024 19:16:48 +0100 Subject: [PATCH] Update `CHANGELOG.md` --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d773d7..c28797f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Add support for `WALLET_MAX_ADDR` lower than `6` [#244] + +### Changed + +- Change rusk-wallet to wait for tx to be included + +### Fixed + +- Fix tx history to avoid useless calls [#243] + ## [0.22.0] - 2024-2-28 ### Changed @@ -480,6 +492,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Implementation of `Store` trait from `wallet-core` - Implementation of `State` and `Prover` traits from `wallet-core` +[#244]: https://github.com/dusk-network/wallet-cli/issues/244 +[#243]: https://github.com/dusk-network/wallet-cli/issues/243 [#238]: https://github.com/dusk-network/wallet-cli/issues/238 [#235]: https://github.com/dusk-network/wallet-cli/issues/235 [#231]: https://github.com/dusk-network/wallet-cli/issues/231