Skip to content

Commit 8085279

Browse files
committed
Merge 4.2
2 parents 4ad2302 + f485761 commit 8085279

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@
111111
* **LDP-compliant response headers** (#6917): API responses now include `Allow` and `Accept-Post` headers per the Linked Data Platform specification. These are informational headers that help clients discover API capabilities and should not break existing integrations.
112112
* **Scalar API Reference UI** (#7817): Scalar is now available as an alternative documentation UI alongside Swagger UI. It is enabled by default when TwigBundle is available. Access it via `?ui=scalar`. To disable it, set `enable_scalar: false` in your API Platform configuration.
113113

114+
## v4.2.24
115+
116+
### Bug fixes
117+
118+
* [8cb5a6044](https://github.com/api-platform/core/commit/8cb5a6044b9ccea34a2ba67fb613d40e19560955) fix(state): do not map to input class in ObjectMapperProvider (#7892)
119+
114120
## v4.2.23
115121

116122
### Bug fixes
@@ -4076,4 +4082,4 @@ Please read #2825 if you have issues with the behavior of Readable/Writable Link
40764082
## 1.0.0 beta 2
40774083

40784084
* Preserve indexes when normalizing and denormalizing associative arrays
4079-
* Allow setting default order for property when registering a `Doctrine\Orm\Filter\OrderFilter` instance
4085+
* Allow setting default order for property when registering a `Doctrine\Orm\Filter\OrderFilter` instance

0 commit comments

Comments
 (0)