Skip to content

Commit

Permalink
docs: Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Oct 17, 2020
1 parent 4a395bd commit bf87739
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,31 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.7.2](https://github.com/loophp/collection/compare/2.7.1...2.7.2)
## [Unreleased](https://github.com/loophp/collection/compare/2.7.2...HEAD)

### Merged

- chore(deps-dev): Update vimeo/psalm requirement from 3.17.1 to 3.17.2 [`#35`](https://github.com/loophp/collection/pull/35)
- chore(deps): Bump actions/stale from v3.0.11 to v3.0.12 [`#30`](https://github.com/loophp/collection/pull/30)
- chore(deps-dev): Update vimeo/psalm requirement from 3.16 to 3.17.1 [`#32`](https://github.com/loophp/collection/pull/32)
- Fix simple code examples path [`#31`](https://github.com/loophp/collection/pull/31)

### Commits

- docs: Update changelog. [`7e3c818`](https://github.com/loophp/collection/commit/7e3c818e061b9cbe3304e634cd48003cf4075c84)
- chore: Update composer.json. [`4a395bd`](https://github.com/loophp/collection/commit/4a395bd8efc1c0540e28324807059c8d9c0b5156)
- test: Add more tests. [`0529610`](https://github.com/loophp/collection/commit/052961065386659ad47926983626376729fdbe2b)
- fix: Fix RandomIterator::rewind(). [`c3c1dd0`](https://github.com/loophp/collection/commit/c3c1dd08b00449a26ad7a43c93ba5b7687bda25f)
- ci: Enable GD extension. [`07b0868`](https://github.com/loophp/collection/commit/07b086817de380061c7828e734d57e4eca557362)
- refactor: Update times constructor. [`053cb80`](https://github.com/loophp/collection/commit/053cb80e036f5037dc72aec567de1aa0aaea2fcf)
- refactor: Simplify static constructors. [`958dc79`](https://github.com/loophp/collection/commit/958dc79048de4e15dba70463841ecd080b262ede)
- docs: Move code examples into simple files. [`464ff15`](https://github.com/loophp/collection/commit/464ff1504b193dc94aaf9e31e2cf3f257d853012)

## [2.7.2](https://github.com/loophp/collection/compare/2.7.1...2.7.2) - 2020-10-10

### Commits

- docs: Update changelog. [`1b07b0d`](https://github.com/loophp/collection/commit/1b07b0dd970370cdf8e4bf57424544d50dc60eb9)
- docs: Update documentation. [`94773e6`](https://github.com/loophp/collection/commit/94773e68c080e8a52f1038e29751753c3a849652)
- refactor: Add missing annotations. [`bdedb51`](https://github.com/loophp/collection/commit/bdedb51f91547117ff1069dffdc2686bba18b5f0)
- refactor: Add return statement. [`1a57ffb`](https://github.com/loophp/collection/commit/1a57ffb6a9589a7da0811ae7d24955252c7635df)
Expand Down

0 comments on commit bf87739

Please sign in to comment.