Skip to content

Commit

Permalink
Updates CHANGELOG for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Feb 16, 2023
1 parent 131b6dd commit 35995e2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## Added
## [3.13.2] - 2023-02-16

### Added

- Verifies `hashCode` consistency when `String.equalsIgnoreCase` is used. ([Issue 748](https://github.com/jqno/equalsverifier/issues/748))
- Improves error messages for detected NullPointerExceptions: if a field causes one, EqualsVerifier will indicate whether it's the field on the 'this' object or the one on the parameter object.

## [3.13.1] - 2023-02-10

## Fixed
### Fixed

- `Warning.SURROGATE_KEY` was ignored when `@Id` annotation is in entity's superclass. ([Issue 763](https://github.com/jqno/equalsverifier/issues/763))

Expand Down Expand Up @@ -1112,7 +1114,8 @@ Please don't use version 1.3; [it's a broken release](https://jqno.nl/post/2013/

You can now use EqualsVerifier!

[unreleased]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.13.1...HEAD
[unreleased]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.13.2...HEAD
[3.13.2]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.13.1...equalsverifier-3.13.2
[3.13.1]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.13...equalsverifier-3.13.1
[3.13]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.12.4...equalsverifier-3.13
[3.12.4]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.12.3...equalsverifier-3.12.4
Expand Down

0 comments on commit 35995e2

Please sign in to comment.