CHANGELOG
=========

0.3
---
* CollectionUtils - Added
* CollectionUtils#createArrayList - Added
* CollectionUtils#addToCollection - Added
* ParseUtils#parseFileSize - Fixed bug: Return null for negative input value
* ParseUtils#parseFileSize - Changed: Return null for invalid input value (not -1)
* CSVUtils - Moved to package util.text
* DOMUtils - Added
* ZipUtils - Added
* MapUtils - Added