We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414351b commit 8b02b2bCopy full SHA for 8b02b2b
CHANGELOG.md
@@ -82,7 +82,7 @@
82
* OpenAPI: **BC** Replace all characters other than `[a-zA-Z0-9\.\-_]` to `.` in definition names to be compliant with OpenAPI 3.0 (#3669)
83
* OpenAPI: Refactor OpenAPI v3 support, OpenAPI v2 (aka Swagger) is deprecated (#3407)
84
* Order: Support default order for a specific custom operation (#3784)
85
-* PATCH: Support patching deep objects (#3847)
+* PATCH: **BC** Support patching deep objects, previously new objects were created instead of updating current objects (#3847)
86
* Router: UrlGenerator strategy configuration via `url_generation_strategy` (#3198)
87
* Routing: Add stateless `ApiResource` attribute (#3436)
88
* Security: Add support for access control rule on attributes (#3503)
0 commit comments