From 4079d94c6ff5db3a5335e7eb3d650ecabc9145d7 Mon Sep 17 00:00:00 2001 From: Phillip Schanely Date: Mon, 23 Dec 2024 12:08:34 -0500 Subject: [PATCH] update changelog --- doc/source/changelog.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index be38119c..54a301d1 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -9,6 +9,18 @@ Next Version * Nothing yet! +Version 0.0.80 +-------------- + + * The ``diffbehavior`` command supports a new command-line option, + ``--expection_equivalence=ALL|SAME_TYPE|TYPE_AND_MESSAGE`` to configure + whether raised exceptions are considered different or not. + (addresses `#234 `__; + thanks `Abhiram98 `__!) + * Continue attempting to treat NaNs/generators as equal for ``diffbehavior``. + (didn't quite get it right last time) + + Version 0.0.79 --------------