Skip to content

Commit 0a69709

Browse files
committed
Update changelog
1 parent e21112e commit 0a69709

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
* Make resource class's constructor parameters writables
88
* Add a shortcut syntax to define attributes at the root of `@ApiResource` and `@ApiProperty` annotations
99
* Throw an exception if a required filter isn't set
10-
* Allow to specify the message when the access is denied using the `access_control_message` attribute
10+
* Allow to specify the message when access is denied using the `access_control_message` attribute
1111
* Add a new option to include null results when using the date filter
1212
* Allow data persisters to return a new instance instead of mutating the existing one
13-
* Add a new attribute to configure specific for formats per resources or operations
13+
* Add a new attribute to configure specific formats per resources or operations
1414
* Add an `--output` option to the `api:swagger:export` command
1515
* Implement the `CacheableSupportsMethodInterface` introduced in Symfony 4.1 in all (de)normalizers (improves the performance dramatically)
1616
* Drop support for PHP 7.0
17+
* Upgrade Swagger UI and GraphiQL
1718
* GraphQL: Add a `totalCount` field in GraphQL paginated collections
18-
* JSONAPI: Allow to include related resources
19+
* JSONAPI: Allow inclusion of related resources
1920

2021
## 2.2.8
2122

0 commit comments

Comments
 (0)