From 840441968790cadda3c6f8ea8c9fae0209ce78a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Hofst=C3=A4tter?= Date: Sun, 12 Mar 2023 11:04:07 +0100 Subject: [PATCH] update changelog and Authors file --- AUTHORS | 1 + changelog/1904.bugfix.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/1904.bugfix.rst diff --git a/AUTHORS b/AUTHORS index 0395feceb..6c37c5286 100644 --- a/AUTHORS +++ b/AUTHORS @@ -127,6 +127,7 @@ Erik M. Bray Evan Kepner Fabien Zarifian Fabio Zadrozny +Felix Hofstätter Felix Nieuwenhuizen Feng Ma Florian Bruhin diff --git a/changelog/1904.bugfix.rst b/changelog/1904.bugfix.rst new file mode 100644 index 000000000..7298922e0 --- /dev/null +++ b/changelog/1904.bugfix.rst @@ -0,0 +1 @@ +Correctly handle ``__tracebackhide__`` for chained exceptions. \ No newline at end of file