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