From 29b91bbb93ed81118549dc0e234b01767a697c43 Mon Sep 17 00:00:00 2001 From: Marco Perone Date: Wed, 27 Sep 2023 10:53:07 +0200 Subject: [PATCH] changelog for version 1.4 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34039c5..7a7304c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic versioning](http://semver.org/). +## [1.4.0] - 2023-09-27 + +- introduce `OppositeSemigroup` and `OppositMonoid` +- do not flip arguments on `ListL/ConcatenationMonoid` + ## [1.3.0] - 2023-08-23 - introduce `Alt` and `Plus` typeclasses