From df4cb0cc198c3bd97c3e671241a6bc2a98c14d9a Mon Sep 17 00:00:00 2001 From: Steven Giesel Date: Sun, 7 Dec 2025 13:58:52 +0100 Subject: [PATCH] docs: Add changelog.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4824e71..fd409a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.1.1 + +- Fixed marking comaprison results in the pipeline so that strategies down the line see if there is a diff. By [@egil](https://github.com/egil) and [@linkdotnet](https://github.com/linkdotnet). + # 1.1.0 - An ':ignore' marked attributes will no longer show up as a diff if the ignored attribute was NOT found in the test html. By [@RiRiSharp](https://github.com/RiRiSharp).