Skip to content

Commit 5b92c14

Browse files
committed
SRP6: add CHANGELOG entries
1 parent 7df2143 commit 5b92c14

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

botan-bindings/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* PATCH: enable `-Wall` in addition to a number of other GHC warnings.
2020
* PATCH: use `GHC2021` as the default language.
2121
* PATCH: update documentation in the `Botan.Bindings.PwdHash` module.
22+
* PATCH: update documentation in the `Botan.Bindings.SRP6` module.
2223

2324
## 0.1.0.0 -- 2025-09-17
2425

botan-low/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
* BREAKING: `Botan.Low.PwdHash.pbkdf2` now takes a `HashName` instead of a
2121
`MacName`.
2222
* PATCH: update documentation in the `Botan.Low.PwdHash` module.
23+
* NON-BREAKING: introduce a work-around for a bug found in
24+
`srp6ServerSessionStep1`, which would always throw an exception. See issue
25+
[#28](srp6ServerSessionStep1).
26+
* PATCH: update documentation in the `Botan.Low.SRP6` module.
2327

2428
## 0.0.2.0 -- 2025-09-17
2529

0 commit comments

Comments
 (0)