From 10c38500c0233d1f30242ede0c3793af409f6a24 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 25 Apr 2017 15:21:55 -0600 Subject: [PATCH] Add changelog entry. --- doc/news/changes/incompatibilities/20170425Bangerth | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20170425Bangerth 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) -- 2.39.5