File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1313### Fixed
1414### Security
1515
16+ ## [ 1.1.2] - 2021-01-20
17+
18+ ### Fixed
19+
20+ * Fixed [ Psalm] ( https://psalm.dev ) annotations causing Psalm errors in
21+ downstream projects.
22+ * Fixed ` AbstractCollection::column() ` attempting to access a property or method
23+ on a non-object.
24+
1625## [ 1.1.1] - 2020-09-10
1726
1827### Fixed
@@ -110,7 +119,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
110119
111120* Support generic arrays and maps.
112121
113- [ Unreleased ] : https://github.com/ramsey/collection/compare/1.1.0...HEAD
122+ [ Unreleased ] : https://github.com/ramsey/collection/compare/1.1.2...HEAD
123+ [ 1.1.2 ] : https://github.com/ramsey/collection/compare/1.1.1...1.1.2
124+ [ 1.1.1 ] : https://github.com/ramsey/collection/compare/1.1.0...1.1.1
114125[ 1.1.0 ] : https://github.com/ramsey/collection/compare/1.0.1...1.1.0
115126[ 1.0.1 ] : https://github.com/ramsey/collection/compare/1.0.0...1.0.1
116127[ 1.0.0 ] : https://github.com/ramsey/collection/compare/0.3.0...1.0.0
You can’t perform that action at this time.
0 commit comments