From 62132b9680cbd8cbe6e50a346cc71922812dac00 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sat, 27 Jun 2026 23:09:47 +0200 Subject: add func assert.ErrsEqual --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 989e607..fc79189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,9 @@ SPDX-License-Identifier: Apache-2.0 Changes: - Add package pathrouter. -- In assert.Equal output, present string literals with backticks instead of quotes when it makes the output more readable. +- Add `assert.ErrsEqual()`. +- In `assert.Equal()` output, present string literals with backticks instead of quotes when it makes the output more readable. +- Fixed `assert.ErrEqual()` not calling `t.Helper()`. # v1.10.1 (2026-06-20) -- cgit v1.3.1