From 07aa78331e60c67cb73f596931f5faae92b06241 Mon Sep 17 00:00:00 2001 From: Vincent Chalamon <407859+vincentchalamon@users.noreply.github.com> Date: Wed, 13 Sep 2023 16:17:07 +0200 Subject: [PATCH] chore: update changelog about Doctrine filters --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d67df965735..9d881cbbe0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -162,6 +162,7 @@ Breaking changes: * Serializer: `skip_null_values` now defaults to `true` * Metadata: `Patch` is added to the automatic CRUD * Symfony: generated route names and operation names changed, route naming can be changed directly within metadata +* Doctrine: remove `@final` annotation from filters and mark them as `final` ## v2.7.12