Skip to content

Commit 985a9a0

Browse files
committedDec 6, 2024··
docs: v3.4.8 changelog
1 parent d312eae commit 985a9a0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed
 

‎CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v3.4.8
4+
5+
### Bug fixes
6+
7+
* [4d7deeaf7](https://github.com/api-platform/core/commit/4d7deeaf794178b5496ae989520095831a86df8a) fix(jsonld): check if supportedTypes exists (#6825)
8+
* [5111935d4](https://github.com/api-platform/core/commit/5111935d4f917920c6f3d24b828f9d59fd0e3520) fix(symfony): object typed property schema collection restriction (#6823)
9+
* [6bf894f6f](https://github.com/api-platform/core/commit/6bf894f6f0ead0751936aeddcfc527f017498bb3) fix(serializer): use attribute denormalization context for constructor arguments (#6821)
10+
* [86c97cac3](https://github.com/api-platform/core/commit/86c97cac3b8d45b6190e2999b99a02e88dd4e527) fix(symfony): symfony 7.2 deprecations (#6835)
11+
* [d312eae7e](https://github.com/api-platform/core/commit/d312eae7ef590ec05139c09bfaf2d3c7668a3f22) fix(doctrine): fixed orm datefilter applying inner join when no filtering values have been provided (#6849)
12+
313
## v3.4.7
414

515
### Bug fixes
@@ -2658,4 +2668,4 @@ Please read #2825 if you have issues with the behavior of Readable/Writable Link
26582668
## 1.0.0 beta 2
26592669

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

0 commit comments

Comments
 (0)
Please sign in to comment.