Skip to content

Commit f358205

Browse files
committed
chore: changelog 3.0.11
1 parent e6b022d commit f358205

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v3.0.11
4+
5+
### Bug fixes
6+
7+
* [0154bf13c](https://github.com/api-platform/core/commit/0154bf13c3aa99b6bfe2c17c875a51e876aca43f) fix(metadata): homogenize operations constructor (#5344)
8+
Note: we made clear that we are supporting only named arguments on our Attributes. We do not support backward compatibility on positional arguments.
9+
* [53cb25fab](https://github.com/api-platform/core/commit/53cb25fab0fcec2d336590c7e82e1c6a8728d00a) fix(symfony): annotation reader argument optional (#5358)
10+
* [722802c13](https://github.com/api-platform/core/commit/722802c13200179cd9ce7b2812738471a9340f27) fix(graphql): usable YAML/XML configuration (#5333)
11+
Note: `paginationViaCursor` was removed from GraphQl operations as it had no behavior
12+
* [937786efe](https://github.com/api-platform/core/commit/937786efeab77f939d67973d7b4e7bc4fd8eec17) fix(metadata): extract identifier using `Link::toProperty` (#5352)
13+
314
## v3.0.10
415

516
### Bug fixes
@@ -1399,4 +1410,4 @@ Please read #2825 if you have issues with the behavior of Readable/Writable Link
13991410
## 1.0.0 beta 2
14001411

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

0 commit comments

Comments
 (0)