From 9e863ff5cf900f95c7e8a5e8248300939257744b Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Sun, 23 Jun 2024 12:27:04 -0400 Subject: [PATCH] Release v1.1.1 --- CHANGES.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 86d7a9c..163d6d5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # go-test/deep Changelog +## v1.1.1 released 2024-06-23 + +* Added `NilPointersAreZero` option: causes a nil pointer to be equal to a zero value (PR #61) (@seveas) +* Updated test matrix to go1.22, go1.21, and go1.20 + ## v1.1.0 released 2022-12-09 * Add optional flags: `Equal(a, b, flags..)` and `FLAG_IGNORE_SLICE_ORDER` (issue #28, PR #56) (@alenkacz) @@ -10,11 +15,11 @@ * Fixed issue #45: Panic when comparing errors in unexported fields (PR #54) (@seveas) * Fixed issue #46: Functions are handled differently from reflect.DeepEqual (PR #55) (@countcb) -* Updated matrix to go1.17, go1.18, and go1.19 and moved testing to GitHub Actions +* Updated test matrix to go1.17, go1.18, and go1.19 and moved testing to GitHub Actions ## v1.0.8 released 2021-10-13 -* Updated matrix to go1.15, go1.16, and go1.17 +* Updated test matrix to go1.15, go1.16, and go1.17 * Added SECURITY.md and GitHub code analysis ## v1.0.7 released 2020-07-11