Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
steevanb committed May 15, 2024
1 parent 255c1d6 commit f9a2a5c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
- **[BC break]** Add `CollectionInterface::isEmpty()`
- Remove `CollectionInterface::getIntegerKeys()` and `CollectionInterface::getStringKeys()`. It still exists in `AbstractCollection`.
- **[BC break]** Remove parameter `$readOnly` in `CollectionInterface::setReadOnly()`
- **[BC break]** Remove `ValueAlreadyExistsException`
- **[BC break]** Rename `AbstractCollection::canAddValue()` to `assertValueType()`
- **[BC break]** Remove `ValueAlreadyExistsModeEnum` and all it's usages: `AbstractCollection::__construct()`, `CollectionInterface::getValueAlreadyExistsMode()` etc
- Remove `AbstractCollection::isSameValues()`
- Remove `AbstractCollection::castValueToString()`, `AbstractObjectCollection::castValueToString()` and `AbstractObjectNullableCollection::castValueToString()`
- **[BC break]** Remove `ComparisonModeEnum` and all it's usages: `ObjectCollectionTrait::getComparisonMode()`
- Remove `ObjectCollectionTrait::isSameValues()`

### [5.0.1](../../compare/5.0.0...5.0.1) - 2023-03-14

Expand Down

0 comments on commit f9a2a5c

Please sign in to comment.