Skip to content

Commit

Permalink
bip32: add CHANGELOG.md entry for v0.5.3 (#1262)
Browse files Browse the repository at this point in the history
It was merged in #1261
  • Loading branch information
tony-iqlusion authored Jan 28, 2025
1 parent 0da2856 commit c459fdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bip32/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.5.3 (2025-01-28)
### Fixed
- `no_std` support with `secp256k1` crate ([#1254])

[#1254]: https://github.com/iqlusioninc/crates/pull/1254

## 0.5.2 (2023-07-17)
### Added
- `PrivateKey::derive_tweak()` and `PublicKey::derive_tweak()` ([#1186])
Expand Down

0 comments on commit c459fdd

Please sign in to comment.