From: Wolfgang Bangerth Date: Thu, 4 May 2017 22:13:45 +0000 (-0600) Subject: Add changelog entry. X-Git-Tag: v9.0.0-rc1~1623^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4348%2Fhead;p=dealii.git Add changelog entry. --- diff --git a/doc/news/changes/incompatibilities/20170504Bangerth-3 b/doc/news/changes/incompatibilities/20170504Bangerth-3 new file mode 100644 index 0000000000..403e41cb49 --- /dev/null +++ b/doc/news/changes/incompatibilities/20170504Bangerth-3 @@ -0,0 +1,5 @@ +Changed: The deprecated variant of +GridTools::get_face_connectivity_of_cells() has been removed. Use the +other variant instead. +
+(Wolfgang Bangerth, 2017/05/04)