CHANGELOG (724B)
1 # Changelog 2 3 - 0.2.3 (2025-06-21) 4 * Minor performance improvements and internal housekeeping. 5 6 - 0.2.2 (2025-02-28) 7 * Various optimizations, including roughly 2x faster decoding 8 performance. 9 10 - 0.2.1 (2025-01-07) 11 * Removes the 'primitive' dependency. 12 13 - 0.2.0 (2025-01-04) 14 * Adds bech32/bech32m/base32 decoding. 15 * Fixes a bug in which mixed-case HRP's would result in encodings with 16 invalid checksums (IIRC this also affects the Haskell reference 17 implementation). 18 19 - 0.1.2 (2024-12-15) 20 * Minor performance improvements. 21 22 - 0.1.1 (2024-12-14) 23 * Simply improves generated Haddocks. 24 25 - 0.1.0 (2024-12-14) 26 * Initial release, supporting encoding and checksum verification for 27 bech32 and bech32m. 28