Collection > add() method > treat empty string as not provided index (same as null)

This commit is contained in:
Meritoo
2018-06-22 08:04:52 +02:00
parent 107480d01b
commit 5c9436e4e2
4 changed files with 116 additions and 13 deletions

View File

@@ -1,7 +1,11 @@
# Meritoo Common Library
Common and useful classes, methods, exceptions etc.
## 0.0.19
# 0.0.20
1. Collection > add() method > treat empty string as not provided index (same as null)
# 0.0.19
1. Add this changelog
2. Reorganize documentation & update [Readme](README.md)