Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SQiShER committed May 2, 2015
1 parent a6759eb commit 708cd27
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## 0.91.2
## 0.92

### Improvements

Expand Down Expand Up @@ -33,7 +33,14 @@
To make comparison via `compareTo` more reliable, from now on `compareTo`
will be invoked on the `working` and the `base` object and both will be
considered equal if either one of this comparisons returns `true`.
- **Comparison:** Dates are now compared via compareTo method to workaround the strictness of java.util.Date's equals method, which only returns true for other java.util.Dates, but not for extending classes like java.sql.Date. [#85]
- **Comparison:** Dates are now compared via compareTo method to workaround
the strictness of java.util.Date's equals method, which only returns true
for other java.util.Dates, but not for extending classes like java.sql.Date. [#85]
- **DiffNode:** Replaced some constructors with factory methods to better
express their intentions.
- **Utilities:** Removed some unused collection utility methods.
- **Tests:** Migrated many, many more tests from TestNG to Spock.
- **Tests:** Upgraded to Groovy 2.3 and Spock 1.0.

## 0.91.1

Expand Down

0 comments on commit 708cd27

Please sign in to comment.