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
WARNING
pragmas in favour of textual reminders in haddock comments. TheWARNING
pragmas 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 supportghc
versions down to and includingghc-9.2
, so warning categories are not an option for now. The affected functions are:blockCipherEncryptBlocks
blockCipherDecryptBlocks
pwdhash
pwdhashTimed
mkCreateObjectCBytes
x509CertAllowedUsage
x509CertHostnameMatch
keyAgreement
signFinish
-
PATCH: include a license file (with copyright info)
-
PATCH: make dependency bounds on
base
tighter. Now they coincide with thetested-with
versions of GHC.
0.0.1.0 - 2024-02-13
Initial release.