From 4b2b2ac9a2485fa16770c6c8b5441f6fc0ca2368 Mon Sep 17 00:00:00 2001 From: Marco Perone Date: Tue, 21 Mar 2023 17:12:45 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa0aa81..192bddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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/). +## [2.0.0] - 2023-03-21 + +- use `mixed` type annotations +- restrict `PHP` version to `>= 8.1` + +## [1.2.0] - 2022-07-04 + +- introduce `Maybe::withLazyDefault()` + ## [1.1.0] - 2022-02-09 - constructor of `ExtraMonad` should be public