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