Skip to content

Commit

Permalink
release: update changelog for 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jan 21, 2021
1 parent 35b5b80 commit a2a85f5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
### Security

## [1.1.2] - 2021-01-20

### Fixed

* Fixed [Psalm](https://psalm.dev) annotations causing Psalm errors in
downstream projects.
* Fixed `AbstractCollection::column()` attempting to access a property or method
on a non-object.

## [1.1.1] - 2020-09-10

### Fixed
Expand Down Expand Up @@ -110,7 +119,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

* Support generic arrays and maps.

[Unreleased]: https://github.com/ramsey/collection/compare/1.1.0...HEAD
[Unreleased]: https://github.com/ramsey/collection/compare/1.1.2...HEAD
[1.1.2]: https://github.com/ramsey/collection/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/ramsey/collection/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/ramsey/collection/compare/1.0.1...1.1.0
[1.0.1]: https://github.com/ramsey/collection/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/ramsey/collection/compare/0.3.0...1.0.0
Expand Down

0 comments on commit a2a85f5

Please sign in to comment.