Skip to content

Commit

Permalink
Updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Oct 15, 2021
1 parent 561a743 commit 685ed43
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.7.2] - 2021-10-15
- `#forPackage()` no longer fails in presence of anonymous or local inner classes. ([Issue 517](https://github.com/jqno/equalsverifier/issues/517); thanks kilink!)

## [3.7.1] - 2021-08-13
- Added prefab values for `java.util.concurrent.Semaphore`. ([Issue 476](https://github.com/jqno/equalsverifier/issues/476))

Expand Down Expand Up @@ -802,8 +805,9 @@ 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.7.1...HEAD
[Unreleased]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.7.2...HEAD

[3.7.2]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.7.1...equalsverifier-3.7.2
[3.7.1]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.7...equalsverifier-3.7.1
[3.7]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.6.1...equalsverifier-3.7

Expand Down

0 comments on commit 685ed43

Please sign in to comment.