Skip to content

Commit

Permalink
Updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
maxalmonte14 committed Nov 18, 2018
1 parent fb1b05a commit 84b1106
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@
- 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.
- Updated documentation.

## Version 1.3
- Added `equals` method to `BaseCollection` class.
- Added `sum` method to `BaseCollection` class.
- Replaced `is_a` native function by `instanceof` operator.

0 comments on commit 84b1106

Please sign in to comment.