From 6a38326a35bce3b26fab4e30048b73b661f27774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Wed, 10 Aug 2022 08:53:35 +0200 Subject: [PATCH] Fix: CHANGELOG.md --- CHANGELOG.md | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3d62e2..bf531efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] @@ -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