You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## v3.0.6
4
+
5
+
### Bug fixes
6
+
7
+
*[d4173e7db](https://github.com/api-platform/core/commit/d4173e7dbca8e72af484c38fa0dc46a81b238fc6) fix(metadata): do not override name fixes #5235 (#5237)
8
+
3
9
## v3.0.5
4
10
5
11
### Bug fixes
@@ -97,6 +103,7 @@ Breaking changes:
97
103
* Identifiers: using an object as identifier is supported only when this object is `Stringable`
98
104
* Serializer: `skip_null_values` now defaults to `true`
99
105
* Metadata: `Patch` is added to the automatic CRUD
106
+
* Symfony: generated route names and operation names changed, route naming can be changed directly within metadata
0 commit comments