From: Wolfgang Bangerth Date: Wed, 11 Jan 2017 20:27:08 +0000 (-0700) Subject: Add changelog entry. X-Git-Tag: v8.5.0-rc1~265^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40b7c0f8e9169f5914b1241392198bc1a82e3dcb;p=dealii.git Add changelog entry. --- diff --git a/doc/news/changes/minor/20170111Bangerth-2 b/doc/news/changes/minor/20170111Bangerth-2 new file mode 100644 index 0000000000..9bdf215efb --- /dev/null +++ b/doc/news/changes/minor/20170111Bangerth-2 @@ -0,0 +1,4 @@ +Fixed: FE_Q::compare_for_face_domination() could not deal with +FE_Nothing if dim != spacedim. +
+(Wolfgang Bangerth, 2017/01/11)