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 6a38326
Showing 1 changed file with 12 additions and 20 deletions.
32 changes: 12 additions & 20 deletions CHANGELOG.md
Expand Up @@ -6,33 +6,26 @@ 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].
For a full diff see [`3.0.0...main`][3.0.0...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
## [`3.0.0`][3.0.0]

- Adjusted `ConfigHashNormalizer` to sort keys correctly ([#723]), by [@fredded]
For a full diff see [`2.2.0...3.0.0`][2.2.0...3.0.0].

### Changed

- Required `ergebnis/json-schema-validator:^3.0.0` ([#666]), by [@dependabot]
- Renamed `Exception\ExceptionInterface` to `Exception\Exception` ([#667]), by [@localheinz]
- Removed `Exception` suffix from all exceptions ([#668]), by [@localheinz]
- Renamed `NormalizerInterface` to `Normalizer` ([#669]), by [@localheinz]
- Renamed `Format\Formatter` to `Format\DefaultFormatter` ([#672]), by [@localheinz]
- Renamed `Format\FormatterInterface` to `Format\Formatter` ([#673]), by [@localheinz]
- 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]

## [`3.0.0`][3.0.0]

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

### Changed
### Fixed

- Required `ergebnis/json-schema-validator:^3.0.0` ([#666]), by [@dependabot]
- Renamed `Exception\ExceptionInterface` to `Exception\Exception` ([#667]), by [@dependabot]
- Removed `Exception` suffix from all exceptions ([#668]), by [@dependabot]
- 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]
- 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 6a38326

Please sign in to comment.