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 23, 2024
1 parent 5a34b6a commit 47dbc6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.15.7] - 2024-02-23

### Fixed

- StackOverflowError when a class has a field of a sealed type whose only permitted subtype has a reference to the original class. ([Issue 920](https://github.com/jqno/equalsverifier/issues/920))
Expand Down Expand Up @@ -1193,7 +1195,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.15.6...HEAD
[unreleased]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.15.7...HEAD
[3.15.7]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.15.6...equalsverifier-3.15.7
[3.15.6]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.15.5...equalsverifier-3.15.6
[3.15.5]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.15.4...equalsverifier-3.15.5
[3.15.4]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.15.3...equalsverifier-3.15.4
Expand Down

0 comments on commit 47dbc6c

Please sign in to comment.