Changelog for botan-low-0.0.2.0
Changelog
0.0.2.0 -- 2025-09-17
-
PATCH: update the changelog to change the release date of version 0.0.1.0 from 2024-02-05 to 2024-02-13.
-
PATCH: transfer ownership to the Haskell Foundation.
-
NON-BREAKING: remove a bunch of
WARNINGpragmas in favour of textual reminders in haddock comments. TheWARNINGpragmas are somewhat inconvenient in conjunction with-Werror. What would help is that sinceghc-9.12, warnings can be assigned to categories, and those categories can be ignored more granularly. However, we supportghcversions down to and includingghc-9.2, so warning categories are not an option for now. The affected functions are:blockCipherEncryptBlocksblockCipherDecryptBlockspwdhashpwdhashTimedmkCreateObjectCBytesx509CertAllowedUsagex509CertHostnameMatchkeyAgreementsignFinish
-
PATCH: include a license file (with copyright info)
-
PATCH: make dependency bounds on
basetighter. Now they coincide with thetested-withversions of GHC.
0.0.1.0 - 2024-02-13
Initial release.