CHANGELOG (553B)
1 # Changelog 2 3 - 0.2.1 (2025-06-21) 4 * Minor performance improvements and internal housekeeping. 5 6 - 0.2.0 (2025-02-18) 7 * The base58check encode and decode functions no longer treat version 8 bytes (of which there may now be several) in any special fashion. 9 Version bytes should be prepended to the target string before 10 encoding, and removed manually from any decoded strings. 11 12 - 0.1.1 (2025-01-06) 13 * Includes a minor encoding-related performance optimisation. 14 15 - 0.1.0 (2024-12-18) 16 * Initial release, supporting basic encoding/decoding. 17