Skip to content

Commit a2a85f5

Browse files
committed
release: update changelog for 1.1.2
1 parent 35b5b80 commit a2a85f5

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)