From 561b702cb5c15989507f5e8fb6bce1b76fbad458 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 12 Dec 2023 18:45:47 -0700 Subject: [PATCH] Add a changelog. --- doc/news/changes/minor/20231216Bangerth | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/news/changes/minor/20231216Bangerth diff --git a/doc/news/changes/minor/20231216Bangerth b/doc/news/changes/minor/20231216Bangerth new file mode 100644 index 0000000000..bd21cded29 --- /dev/null +++ b/doc/news/changes/minor/20231216Bangerth @@ -0,0 +1,5 @@ +Fixed: When creating triangulations in dim=1 and spacedim=3, the +Triangulation class would sometimes crash because of a code path that +should not have been taken. This is now fixed. +
+(Vinayak Vijay, Wolfgang Bangerth, 2023/11/28) -- 2.39.5