From 8f798c02db3fe4ae5da09c19dd589e30853600c9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 22 Aug 2019 11:51:05 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/incompatibilities/20190822Bangerth | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20190822Bangerth diff --git a/doc/news/changes/incompatibilities/20190822Bangerth b/doc/news/changes/incompatibilities/20190822Bangerth new file mode 100644 index 0000000000..c249c0edf5 --- /dev/null +++ b/doc/news/changes/incompatibilities/20190822Bangerth @@ -0,0 +1,7 @@ +Changed: A number of classes implementing tensor-valued polynomials +had a member function called `compute_n_pols()`. This name has now +been changed to `n_polynomials()`, better reflecting our usual naming +scheme as well as what the function does -- which in many cases is not +actually computing but just returning something. +
+(Wolfgang Bangerth, 2019/08/2) -- 2.39.5