Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
maxalmonte14 committed Oct 20, 2018
1 parent 3716352 commit d0b3a20
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit d0b3a20

Please sign in to comment.