From 714cdf59853810f43c0ef0bb070cc04cd1be6bcf Mon Sep 17 00:00:00 2001 From: George Pollard Date: Sat, 21 Sep 2024 20:44:35 +0000 Subject: [PATCH] Add missing changelog entry --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3467d54..ca6e0ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,15 @@ ## [2.3.2.21] - 2024-09-22 -- Relax some upper bounds to major-major versions: +- Relax some upper bounds to major-major versions to reduce frequency of updates: - `QuickCheck` now <3 - `template-haskell` now <3 +## [2.3.2.20] - 2024-02-23 + +- Bump upper bounds: + - allow `template-haskell` 2.21 + ## [2.3.2.19] - 2023-07-27 ### Changed