From d0b3a209cad6833cd89a610f49a755e6d5e6440f Mon Sep 17 00:00:00 2001 From: Max Almonte Date: Fri, 19 Oct 2018 23:36:48 -0400 Subject: [PATCH] Added changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..33f70ce --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## Version 1.2 +- Added `diff` and `slice` methods to `BaseCollection` class. +- Extracted `contains` method from `ArrayList` to `BaseCollection`, now is available on all child classes. +- Removed `find` method from `ArrayList`, `Dictionary`, and `GenericList` classes. +- Removed `search` method from `GenericList` class. +- Updated documentation. \ No newline at end of file