Skip to content

Commit 357f7b5

Browse files
committed
prepare release
1 parent 58fbc1e commit 357f7b5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@
1111
* Dropped support for PHP 7
1212
* Adjusted code to not trigger warnings with PHP 8.4
1313
* Removed deprecated `getDeserializeFormat` method from date time
14-
* Replaced `@Preferred` annotation with the `#[Preferred]` attribute
14+
* Use Attribute instead of Annotation
15+
* Replaced `Liip\MetadataParser\ModelParser\LiipMetadataAnnotationParser` with `Liip\MetadataParser\ModelParser\LiipMetadataAttributeParser`
16+
* Replaced `@Preferred` annotation with the `#[Preferred]` attribute
1517
* Replaced `PropertyCollection::useIdenticalNamingStrategy` static method with the `PropertyNamingStrategyInterface`.
1618
If you need to change the property naming strategy, remove the call to the static method and instead pass a strategy instance to the parser.
1719
The library provides two implementations for the property naming strategy:
18-
* `IdenticalPropertyNamingStrategy`
20+
* `IdenticalPropertyNamingStrategy`
1921
* `SnakeCasePropertyNamingStrategy` (default).
20-
* Add support for (union) discriminators and their related JMS attributes `#[UnionDiscriminator]` and `#[Discriminator]`
22+
* Add support for (union) discriminators and their related JMS attributes `#[UnionDiscriminator]` and `#[Discriminator]`
2123

2224
# Version 1.x
2325

0 commit comments

Comments
 (0)