From 75f1061ce34578952e9a760c675c7b66d279ebfa Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Sat, 7 Dec 2024 15:16:25 +0100 Subject: [PATCH] Update CHANGELOG entry --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 734aae97..7c6243db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ ## NEXT RELEASE - Quote and escape in `Print.string` and `Print.char` in the `QCheck` module, - mirroring the `QCheck2.Print` module's behaviour + mirroring the `QCheck2.Print` module's behaviour. Also quote and + escape `Print.bytes` in both `QCheck` and `QCheck2`. - Clean-up `QCheck` and `QCheck2` documentation pages - Add `exponential` generator to `QCheck`, `QCheck.Gen`, and `QCheck2.Gen` - Add `Shrink.bool` and use it in `QCheck.bool`