From: Wolfgang Bangerth Date: Fri, 4 Dec 2020 03:29:39 +0000 (-0700) Subject: Add changelog. X-Git-Tag: v9.3.0-rc1~803^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3057e5804dfc985308c11be6256c99b39ca33aa0;p=dealii.git Add changelog. --- diff --git a/doc/news/changes/minor/20201203Bangerth b/doc/news/changes/minor/20201203Bangerth new file mode 100644 index 0000000000..c91073f187 --- /dev/null +++ b/doc/news/changes/minor/20201203Bangerth @@ -0,0 +1,5 @@ +Fixed: A previous patch accidentally broke step-46 and led to +exceptions about accessing neighboring cells that don't actually exist +because a cell is at the boundary. This has been fixed. +
+(Wolfgang Bangerth, 2020/12/03)