From: Wolfgang Bangerth Date: Thu, 4 May 2017 22:15:24 +0000 (-0600) Subject: Add changelog entry. X-Git-Tag: v9.0.0-rc1~1624^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4349%2Fhead;p=dealii.git Add changelog entry. --- diff --git a/doc/news/changes/incompatibilities/20170504Bangerth-4 b/doc/news/changes/incompatibilities/20170504Bangerth-4 new file mode 100644 index 0000000000..36089e06b2 --- /dev/null +++ b/doc/news/changes/incompatibilities/20170504Bangerth-4 @@ -0,0 +1,5 @@ +Changed: The deprecated typedef +FEFieldFunction::ExcPointNotAvailableHere has been removed. Use +VectorTools::ExcPointNotAvailableHere instead. +
+(Wolfgang Bangerth, 2017/05/04)