Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Feb 19, 2024
1 parent 463a228 commit 179c2a5
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 @@ -5,14 +5,25 @@ 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).

## [7.5.0](https://github.com/loophp/collection/compare/7.4.0...7.5.0)
## [7.5.1](https://github.com/loophp/collection/compare/7.5.0...7.5.1)

### Merged

- loophp/iterators: 3.1.1 -> 3.2.0 [`#337`](https://github.com/loophp/collection/pull/337)

### Commits

- chore: autofix code style [`2cbba52`](https://github.com/loophp/collection/commit/2cbba5284fbab77f5ec91c317fbe7836f87648b1)

## [7.5.0](https://github.com/loophp/collection/compare/7.4.0...7.5.0) - 2024-01-22

### Merged

- sort: improve `sort` operation [`#334`](https://github.com/loophp/collection/pull/334)

### Commits

- docs: update changelog [`b8bfd5a`](https://github.com/loophp/collection/commit/b8bfd5a46940d993a333155d258e98f4c5d719fe)
- fix: make `sort` operation's direction match PHP `usort` function's direction [`3b0f875`](https://github.com/loophp/collection/commit/3b0f87528fabc45b02509144ca42d6d65571b64d)
- chore: autofix code style [`353f0c2`](https://github.com/loophp/collection/commit/353f0c226b2944ebf50dc38788515ea7fa5e80f7)

Expand Down

0 comments on commit 179c2a5

Please sign in to comment.