Skip to content

Commit

Permalink
docs: Add/update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 11, 2021
1 parent a208d4c commit 7e22909
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ 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).

## [6.0.2](https://github.com/loophp/collection/compare/6.0.2...6.0.2)
## [6.0.3](https://github.com/loophp/collection/compare/6.0.2...6.0.3)

### Merged

- Fix intersperse operation. [`#226`](https://github.com/loophp/collection/pull/226)

### Commits

- cs: Autofix code style. [`ab5cac3`](https://github.com/loophp/collection/commit/ab5cac3691e42801535ed41d02458e9842daeb61)
- Fix PHP 8.1 Deprecations #225 [`0cb2e0e`](https://github.com/loophp/collection/commit/0cb2e0e336f5d56a70575bf7150d5ac6ea7c8b8e)
- refactor: Improve `Intersperse` operation. [`a208d4c`](https://github.com/loophp/collection/commit/a208d4c8fe4877cff108196f481fdd7935513553)

## [6.0.2](https://github.com/loophp/collection/compare/6.0.1...6.0.2) - 2021-11-30

Expand All @@ -22,8 +25,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Commits

- docs: Add/update CHANGELOG. [`88faf68`](https://github.com/loophp/collection/commit/88faf68e3bd2758a6ee3bf008fdd6c3c9a311771)
- cs: Autofix code style. [`77f161d`](https://github.com/loophp/collection/commit/77f161d4605c2aedb05fc490f4ac033ef9a3f893)
- docs: Add/update CHANGELOG. [`e9373e6`](https://github.com/loophp/collection/commit/e9373e6c19d57acca6aa010cb0dac0e89850ff8f)
- cs: Autofix code style. [`ab5cac3`](https://github.com/loophp/collection/commit/ab5cac3691e42801535ed41d02458e9842daeb61)
- Fix PHP 8.1 Deprecations #225 [`0cb2e0e`](https://github.com/loophp/collection/commit/0cb2e0e336f5d56a70575bf7150d5ac6ea7c8b8e)
- cs: Autofix code style. [`d8d812b`](https://github.com/loophp/collection/commit/d8d812bb413fbcfec44e8bda4a40cbe0b60d9dec)
- sa: Improve static analysis score. [`db0073e`](https://github.com/loophp/collection/commit/db0073e5e1b4cc07f8d88eac2111458ea681a074)

Expand Down

0 comments on commit 7e22909

Please sign in to comment.