From a9d6da48e2bbadc0e582b887984e09f245b1ad1f Mon Sep 17 00:00:00 2001 From: Peter Turek Date: Mon, 29 Jan 2024 15:36:00 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fd01e1..63f1bcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog ## [Unreleased] +### Added +- added support for Symfony 7 +- [#77] CI: add build PHP 8.3 and Symfony 7 + +### Removed +- [#69][#75] dropped support PHP 7.1 and dropped support Symfony 4.1 and lower + +### Fixed +- fixed application when using sebastian/diff version 5 (set Builder class for Differ class) ## [8.1.0] ### Added @@ -255,14 +264,17 @@ patchesJson6902: [#79]: https://github.com/sspooky13/yaml-standards/pull/79 [#78]: https://github.com/sspooky13/yaml-standards/pull/78 +[#77]: https://github.com/sspooky13/yaml-standards/issues/77 [#76]: https://github.com/sspooky13/yaml-standards/issues/76 +[#75]: https://github.com/sspooky13/yaml-standards/issues/75 +[#73]: https://github.com/sspooky13/yaml-standards/issues/73 [#72]: https://github.com/sspooky13/yaml-standards/issues/72 [#71]: https://github.com/sspooky13/yaml-standards/issues/71 -[#73]: https://github.com/sspooky13/yaml-standards/issues/73 [#70]: https://github.com/sspooky13/yaml-standards/issues/70 +[#69]: https://github.com/sspooky13/yaml-standards/issues/69 +[#64]: https://github.com/sspooky13/yaml-standards/issues/64 [#55]: https://github.com/sspooky13/yaml-standards/issues/55 [#46]: https://github.com/sspooky13/yaml-standards/issues/46 -[#64]: https://github.com/sspooky13/yaml-standards/issues/64 [#35]: https://github.com/sspooky13/yaml-standards/pull/35 [#32]: https://github.com/sspooky13/yaml-standards/pull/32 [#31]: https://github.com/sspooky13/yaml-standards/pull/31