From 5546ee803261da316938e96c0990ea2dfff8ac46 Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Tue, 28 May 2024 17:49:27 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e422b8d..74e1ea71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +* `Text::diff()` creates a text status emitter that does not do full dumps of test stderr/stdout, but only emits the diff of the changes + ### Fixed ### Changed