From a6eacd22f1f057ece89f4c15dc31e8678b675695 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 24 Oct 2023 11:22:31 +0200 Subject: [PATCH] Add changelog entries for unreleased changes --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c452bb47..bc313647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Unreleased + +* Add support for Symfony 7 +* Remove support for Symfony 4 +* Add support for env placeholders in the `level` option of handlers + ## 3.8.0 (2022-05-10) * Deprecated ambiguous `elasticsearch` type, use `elastica` instead @@ -18,7 +24,7 @@ ## 3.7.0 (2021-03-31) -* Use `ActivationStrategy` instead of `actionLevel` when available +* Use `ActivationStrategy` instead of `actionLevel` when available * Register resettable processors (`ResettableInterface`) for autoconfiguration (tag: `kernel.reset`) * Drop support for Symfony 3.4 * Drop support for PHP < 7.1