From: Wolfgang Bangerth Date: Tue, 25 Apr 2017 21:21:55 +0000 (-0600) Subject: Add changelog entry. X-Git-Tag: v9.0.0-rc1~1645^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4314%2Fhead;p=dealii.git Add changelog entry. --- diff --git a/doc/news/changes/incompatibilities/20170425Bangerth b/doc/news/changes/incompatibilities/20170425Bangerth new file mode 100644 index 0000000000..3182becacb --- /dev/null +++ b/doc/news/changes/incompatibilities/20170425Bangerth @@ -0,0 +1,9 @@ +Changed: The deprecated function FEValuesBase::get_normal_vectors() +that returned a vector of Point objects has been removed. Its +replacement, FEValuesBase::get_all_normal_vectors() has now itself +been deprecated, and we have created a new function +FEValuesBase::get_normal_vectors() that returns a vector of +Tensor<1,dim> objects. The net effect is that the function with the +old name has simply gotten a new return type. +
+(Wolfgang Bangerth, 2017/04/25)