summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
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)