Skip to content

Commit 7bdead7

Browse files
committed
Update CHANGELOG.md
1 parent 4e6dbfc commit 7bdead7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
## 2.2.1
3+
## 2.2.3
4+
5+
* Fix object state inconsistency after persistence
6+
* Allow to use multiple `@ApiFilter` annotations on the same class
7+
* Fix a BC break when the serialization context builder depends of the retrieved data
8+
* Fix a bug regarding collections handling in the GraphQL endpoint
9+
10+
## 2.2.2
411

512
* Autoregister classes implementing `SubresourceDataProviderInterface`
613
* Fix the `DateTimeImmutable` support in the date filter
@@ -9,6 +16,10 @@
916
* Fix fix a subresource's metadata cache bug
1017
* Fix the configuration detection when using a custom directory structure
1118

19+
## 2.2.1
20+
21+
* Merge bug fixes from older branches
22+
1223
## 2.2.0
1324

1425
* Add GraphQL support (including mutations, pagination, filters, access control rules and automatic SQL joins)

0 commit comments

Comments
 (0)