Skip to content

Commit ea3cf43

Browse files
committed
cleanup changelog
1 parent bc6b57a commit ea3cf43

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@
66

77
* DateTimeOptions now features a list of deserialization formats instead of a single string one. Passing a string instead of an array to its `__construct`or is deprecated, and will be forbidden in the next version
88
Similarly, `getDeserializeFormat(): ?string` is deprecated in favor of `getDeserializeFormats(): ?array`
9-
10-
119
* Added `PropertyTypeIterable`, which generalizes `PropertyTypeArray` to allow merging Collection informations like one would with arrays, including between interfaces and concrete classes
1210
* Deprecated `PropertyTypeArray`, please prefer using `PropertyTypeIterable` instead
13-
14-
# 1.2.0 (unreleased)
15-
1611
* Added a model parser `VisibilityAwarePropertyAccessGuesser` that tries to guess getter and setter methods for non-public properties.
1712

1813
# 1.1.0

0 commit comments

Comments
 (0)