Skip to content

Commit ad7475d

Browse files
committed
chore: prepare release 1.3.0
1 parent 33e38c1 commit ad7475d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
9-
### Added
10-
### Changed
11-
### Deprecated
12-
### Removed
8+
## 1.3.0 - 2022-12-27
9+
1310
### Fixed
14-
### Security
11+
12+
* Make type aliases compatible in diff, intersect, and merge ([#111](https://github.com/ramsey/collection/pull/111))
13+
* Use `offsetUnset()` method to remove from the collection in `AbstractCollection` ([#104](https://github.com/ramsey/collection/pull/104))
14+
* Use the correct base type of `array-key` for template `K` on `AbstractTypedMap`
15+
16+
### Changed
17+
18+
* Minimum PHP version supported is 7.4
1519

1620
## 1.2.2 - 2021-10-10
1721

0 commit comments

Comments
 (0)