Skip to content

Commit

Permalink
Fix: CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Aug 10, 2022
1 parent 10cea17 commit 811c48c
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions CHANGELOG.md
Expand Up @@ -6,20 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`3.0.1...main`][3.0.1...main].

## [`3.0.1`][3.0.1]

For a full diff see [`3.0.0...3.0.1`][3.0.0...3.0.1].

### Fixed

- Adjusted `ConfigHashNormalizer` to sort keys correctly ([#723]), by [@fredded]

### Changed

- Required `ergebnis/json-pointer:^3.0.0` and `ergebnis/json-schema-validator:^3.1.0` ([#697]), by [@localheinz]
- Required `ergebnis/json-pointer:^3.1.0` ([#698]), by [@dependabot]
For a full diff see [`3.0.0...main`][3.0.0...main].

## [`3.0.0`][3.0.0]

Expand All @@ -33,6 +20,12 @@ For a full diff see [`2.2.0...3.0.0`][2.2.0...3.0.0].
- Renamed `NormalizerInterface` to `Normalizer` ([#669]), by [@dependabot]
- Renamed `Format\Formatter` to `Format\DefaultFormatter` ([#672]), by [@dependabot]
- Renamed `Format\FormatterInterface` to `Format\Formatter` ([#673]), by [@dependabot]
- Required `ergebnis/json-pointer:^3.0.0` and `ergebnis/json-schema-validator:^3.1.0` ([#697]), by [@localheinz]
- Required `ergebnis/json-pointer:^3.1.0` ([#698]), by [@dependabot]

### Fixed

- Adjusted `ConfigHashNormalizer` to sort keys correctly ([#723]), by [@fredded]

## [`2.2.0`][2.2.0]

Expand Down Expand Up @@ -422,8 +415,7 @@ For a full diff see [`5d8b3e2...0.1.0`][5d8b3e2...0.1.0].
[2.0.0...2.1.0]: https://github.com/ergebnis/json-normalizer/compare/2.0.0...2.1.0
[2.1.0...2.2.0]: https://github.com/ergebnis/json-normalizer/compare/2.1.0...2.2.0
[2.2.0...3.0.0]: https://github.com/ergebnis/json-normalizer/compare/2.2.0...3.0.0
[3.0.0...3.0.1]: https://github.com/ergebnis/json-normalizer/compare/3.0.0...3.0.1
[3.0.1...main]: https://github.com/ergebnis/json-normalizer/compare/3.0.1...main
[3.0.0...main]: https://github.com/ergebnis/json-normalizer/compare/3.0.0...main

[#1]: https://github.com/ergebnis/json-normalizer/pull/1
[#2]: https://github.com/ergebnis/json-normalizer/pull/2
Expand Down

0 comments on commit 811c48c

Please sign in to comment.