From 23b2e34a8a3aa45bcb3a6348d6564afe9dae2f9e Mon Sep 17 00:00:00 2001 From: Jan Ouwens Date: Sat, 19 Mar 2022 12:28:58 +0100 Subject: [PATCH] Updates CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb83572f..a6e5fd4c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Fixed +- Support null checks in record constructors with Warning.NULL_FIELDS. ([Issue 610](https://github.com/jqno/equalsverifier/issues/610)) - Restores javadoc and sources jar files on Maven Central. ([Issue 598](https://github.com/jqno/equalsverifier/issues/598)) ### Changed