From ad7475d1c9e70b190ecffc58f2d989416af339b4 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Tue, 27 Dec 2022 13:12:24 -0600 Subject: [PATCH] chore: prepare release 1.3.0 --- CHANGELOG.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93690e0..22ca254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] -### Added -### Changed -### Deprecated -### Removed +## 1.3.0 - 2022-12-27 + ### Fixed -### Security + +* Make type aliases compatible in diff, intersect, and merge ([#111](https://github.com/ramsey/collection/pull/111)) +* Use `offsetUnset()` method to remove from the collection in `AbstractCollection` ([#104](https://github.com/ramsey/collection/pull/104)) +* Use the correct base type of `array-key` for template `K` on `AbstractTypedMap` + +### Changed + +* Minimum PHP version supported is 7.4 ## 1.2.2 - 2021-10-10