From eb839b45b1da29038500ee6ae52526cbc854c6a1 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sat, 20 Jun 2026 21:32:49 +0200 Subject: assert: fix crash in ErrEqual on expected being a struct kind value --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 47bb9a4..58b4e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ SPDX-FileCopyrightText: 2026 Stefan Majewsky SPDX-License-Identifier: Apache-2.0 --> +# v1.10.1 (TBD) + +Changes: + +- Fix a panic in assert.ErrEqual when the `expected` argument is an error whose underlying type is a struct type. + # v1.10.0 (2026-06-20) Changes: -- cgit v1.3.1