Skip to content

Commit

Permalink
ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
murmour committed Nov 23, 2014
1 parent 9ff829e commit 0bf2040
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
---------

## v2.4.0

- Enum: uniq is modified to use structural comparison internally, instead
of previously used physical comparison, which was most likely a bug.
The old behavior is provided by the new Enum.uniqq function.
Enum.uniq_by was added for additional convenience.
(Max Mouratov)


## v2.3.0

- improved test coverage
Expand Down Expand Up @@ -60,6 +69,7 @@ Changelog
new Printexc callstack interface (not available for <4.02 versions)
(Gabriel Scherer)


## v2.2.0

- cartesian product in batSet
Expand Down

0 comments on commit 0bf2040

Please sign in to comment.