From: Wolfgang Bangerth Date: Wed, 13 Dec 2023 01:45:47 +0000 (-0700) Subject: Add a changelog. X-Git-Tag: relicensing~248^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=561b702cb5c15989507f5e8fb6bce1b76fbad458;p=dealii.git Add a changelog. --- 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)