From 67d89a4478ceebd620dcced7c7be6f089701ccb9 Mon Sep 17 00:00:00 2001 From: Jan Ouwens Date: Wed, 6 Nov 2024 22:22:02 +0100 Subject: [PATCH] Updates CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5544edf7..b49366005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixes bug when passing a subclass of a field's type into `#withPrefabValues()` (which was introduced in the previous version). ([Issue 1014](https://github.com/jqno/equalsverifier/issues/1014)) - In Windows builds, the handling of line endings didn't work properly. ([Issue 1015](https://github.com/jqno/equalsverifier/issues/1015)) ## [3.17.2] - 2024-11-05