From 88424c273c7d507ad8e7606fa3c593561261d389 Mon Sep 17 00:00:00 2001 From: Cheukting Date: Thu, 23 Jun 2022 11:40:41 +0800 Subject: [PATCH] adding changelog --- changelog/9159.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/9159.bugfix.rst diff --git a/changelog/9159.bugfix.rst b/changelog/9159.bugfix.rst new file mode 100644 index 000000000..bd4632e1b --- /dev/null +++ b/changelog/9159.bugfix.rst @@ -0,0 +1 @@ +Showing inner exceptions in ``ExceptionGroups`` when using display options other than ``--tb=native``.