]> Untitled Git - bdk/commitdiff
Fix 0.5.1-dev CHANGELOG.md
authorSteve Myers <steve@notmandatory.org>
Sat, 20 Mar 2021 18:42:00 +0000 (11:42 -0700)
committerSteve Myers <steve@notmandatory.org>
Sat, 20 Mar 2021 18:42:00 +0000 (11:42 -0700)
CHANGELOG.md

index 0ca5317f5b91d8a89f4cc30e9947d9fd66f69b3f..2e9c964b7b0b6a452c1cc59492b73ba6acfb801b 100644 (file)
@@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 #### Added
 - Added ability to analyze a `PSBT` to check which and how many signatures are already available
 
+### Wallet
+#### Changed
+- `get_new_address()` refactored to `get_address(AddressIndex::New)` to support different `get_address()` index selection strategies
+
+#### Added
+- Added `get_address(AddressIndex::LastUnused)` which returns the last derived address if it has not been used or if used in a received transaction returns a new address
+- Added `get_address(AddressIndex::Peek(u32))` which returns a derived address for a specified descriptor index but does not change the current index
+- Added `get_address(AddressIndex::Reset(u32))` which returns a derived address for a specified descriptor index and resets current index to the given value
+
 ## [v0.5.0] - [v0.4.0]
 
 ### Misc
@@ -19,12 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Wallet
 #### Changed
 - `FeeRate` constructors `from_sat_per_vb` and `default_min_relay_fee` are now `const` functions
-- `get_new_address()` refactored to `get_address(AddressIndex::New)` to support different `get_address()` index selection strategies
-
-#### Added
-- Added `get_address(AddressIndex::LastUnused)` which returns the last derived address if it has not been used or if used in a received transaction returns a new address
-- Added `get_address(AddressIndex::Peek(u32))` which returns a derived address for a specified descriptor index but does not change the current index
-- Added `get_address(AddressIndex::Reset(u32))` which returns a derived address for a specified descriptor index and resets current index to the given value
 
 ## [v0.4.0] - [v0.3.0]