Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Update CHANGELOG.md #555

Merged
merged 1 commit into from Jan 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`3.4.0...main`][3.4.0...main].
For a full diff see [`4.0.0...main`][4.0.0...main].

## [`4.0.0`][4.0.0]

For a full diff see [`3.4.0...4.0.0`][3.4.0...4.0.0].

### Changed

Expand Down Expand Up @@ -421,6 +425,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[3.2.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/3.2.0
[3.3.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/3.3.0
[3.4.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/3.4.0
[4.0.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/4.0.0

[d899e77...1.0.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/d899e77...1.0.0
[1.0.0...1.1.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/1.0.0...1.1.0
Expand Down Expand Up @@ -457,7 +462,8 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[3.1.0...3.2.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/3.1.0...3.2.0
[3.2.0...3.3.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/3.2.0...3.3.0
[3.3.0...3.4.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/3.3.0...3.4.0
[3.4.0...main]: https://github.com/ergebnis/php-cs-fixer-config/compare/3.4.0...main
[3.4.0...3.4.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/3.4.0...4.0.0
[4.0.0...main]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.0.0...main

[#3]: https://github.com/ergebnis/php-cs-fixer-config/pull/3
[#14]: https://github.com/ergebnis/php-cs-fixer-config/pull/14
Expand Down