# Changelog

- 0.3.2 (2025-12-28)
  * Upgrades to newer dependencies and tests with GHC 9.10.3.

- 0.3.1 (2025-12-27)
  * Upgrades to ppad-fixed v0.1.2 and ppad-secp256k1 v0.5.1.

- 0.3.0 (2025-12-21)
  * Upgrades to ppad-secp256k1 v0.5, with significant performance
    improvements as a result.
  * Adds wNAF-enabled functions, suffixed by an apostrophe, which perform
    about 2x faster than normal variants.

- 0.2.0 (2025-06-21)
  * The 'xprv' and 'tprv' functions are now total, returning 'Nothing' when
    derivation is impossible.
  * The 'XPrv', 'XPub', and 'X' constructors are no longer exported.
    Instead, use the 'x{prv,pub}_key' and 'x{prv,pub}_cod' functions to
    work with their contents.

- 0.1.1 (2025-02-23)
  * Haddock improvements and examples.

- 0.1.0 (2025-02-22)
  * Initial release, supporting basic HD wallet functionality.


