File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and 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
You can’t perform that action at this time.
0 commit comments