From 3b11537ee6203f3125e5a63d6361a23854aaae76 Mon Sep 17 00:00:00 2001 From: Simon Brunning Date: Mon, 8 Mar 2021 10:35:21 +0000 Subject: [PATCH] Changelog for #156 --- changelog.d/156.bugfix.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelog.d/156.bugfix.rst diff --git a/changelog.d/156.bugfix.rst b/changelog.d/156.bugfix.rst new file mode 100644 index 00000000..ce0b47ef --- /dev/null +++ b/changelog.d/156.bugfix.rst @@ -0,0 +1,4 @@ +Change to the ``has_entry()`` matcher - if exactly one key matches, but the value does not, report only the mismatching +value. + +Fixed by #157