Skip to content

Commit e19f99e

Browse files
docs: prepare CHANGELOG.md for the next release
1 parent 8f224ff commit e19f99e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## v2.0.0 - 2021-07-11
44

5-
* Dropped `doctrine/annotations` support. All JSON API model declarations must be php 8 attributes.
6-
* The legacy annotation classes under `Dogado\JsonApi\Annotations` have been removed.
7-
* The `value` properties for the `Attribute` and `Type` attributes have been renamed to `name`.
8-
* The `DataModelAnalyser::process` method only accepts objects and strings per data type. Previously, the type check has been done manually and caused a `InvalidArgumentException`.
5+
- Dropped `doctrine/annotations` support. All JSON API model declarations must be php 8 attributes.
6+
- The legacy annotation classes under `Dogado\JsonApi\Annotations` have been removed.
7+
- The `value` properties for the `Attribute` and `Type` attributes have been renamed to `name`.
8+
- The `DataModelAnalyser::process` method only accepts objects and strings per data type. Previously, the type check has been done manually and caused a `InvalidArgumentException`.
99

1010
## v1.2.0 - 2021-07-09
1111

0 commit comments

Comments
 (0)