From 8b02b2b3f95edb398c03222cd99eb5fa74108f70 Mon Sep 17 00:00:00 2001 From: Antoine Bluchet Date: Fri, 12 Mar 2021 09:25:23 +0100 Subject: [PATCH] Improve changelog (#4132) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36e7fc765c1..b0b03f98dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,7 +82,7 @@ * OpenAPI: **BC** Replace all characters other than `[a-zA-Z0-9\.\-_]` to `.` in definition names to be compliant with OpenAPI 3.0 (#3669) * OpenAPI: Refactor OpenAPI v3 support, OpenAPI v2 (aka Swagger) is deprecated (#3407) * Order: Support default order for a specific custom operation (#3784) -* PATCH: Support patching deep objects (#3847) +* PATCH: **BC** Support patching deep objects, previously new objects were created instead of updating current objects (#3847) * Router: UrlGenerator strategy configuration via `url_generation_strategy` (#3198) * Routing: Add stateless `ApiResource` attribute (#3436) * Security: Add support for access control rule on attributes (#3503)