[BaseCollection] Prepare elements while adding them by addMultiple() method in the same way as passing them in constructor

This commit is contained in:
Meritoo
2021-04-27 22:13:11 +02:00
parent a459bfe1ce
commit fcaae95810
3 changed files with 9 additions and 2 deletions

View File

@@ -2,6 +2,11 @@
Common and useful classes, methods, exceptions etc.
# 1.1.5
1. [BaseCollection] Prepare elements while adding them by `addMultiple()` method in the same way as passing them in
constructor.
# 1.1.4
1. [BaseCollection] Fix incorrectly working limit() method