Skip to content

Commit d0b3ae6

Browse files
committed
Update CHANGELOG
1 parent 9044d7f commit d0b3ae6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.4.4
4+
5+
* Store the original data in the `previous_data` request attribute, and allow to access it in security expressions using the `previous_object` variable (useful for PUT and PATCH requests)
6+
* Fix resource inheritance handling
7+
* Fix BC break in `AbstractItemNormalizer` introduced in 2.4
8+
* Fix serialization when using interface as resource
9+
* Basic compatibility with Symfony 4.3
10+
311
## 2.4.3
412

513
* Doctrine: allow autowiring of filter classes

0 commit comments

Comments
 (0)