From 0f26efa4f1d9ae4af07f7643641c6c9f7ffd7da2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 20 Aug 2021 16:54:43 -0600 Subject: [PATCH] Add changelog entry. --- doc/news/changes/minor/20210819Bangerthb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20210819Bangerthb diff --git a/doc/news/changes/minor/20210819Bangerthb b/doc/news/changes/minor/20210819Bangerthb new file mode 100644 index 0000000000..01f437bac7 --- /dev/null +++ b/doc/news/changes/minor/20210819Bangerthb @@ -0,0 +1,6 @@ +Fixed: Exceptions thrown via `AssertThrow` did not have a stacktrace +attached to them, unlike exceptions thrown with `Assert`. This is now +fixed. +
+(Wolfgang Bangerth, Paras Kumar, 2021/08/20) + -- 2.39.5