From 3b9f18279fcad8661e2ae1f84bb248abab2309a0 Mon Sep 17 00:00:00 2001 From: Marco Perone Date: Wed, 27 Sep 2023 17:30:51 +0200 Subject: [PATCH] add changelog for version 1.4 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7304c..1483439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic versioning](http://semver.org/). - introduce `OppositeSemigroup` and `OppositMonoid` - do not flip arguments on `ListL/ConcatenationMonoid` +- correct `foldr` implementation for `ListL` and `Traversable` ## [1.3.0] - 2023-08-23