From 6c841162a51527f9c65e66ee32ca002a2424605e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 9 May 2018 09:49:49 +0800 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/incompatibilities/20180509Bangerth | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20180509Bangerth diff --git a/doc/news/changes/incompatibilities/20180509Bangerth b/doc/news/changes/incompatibilities/20180509Bangerth new file mode 100644 index 0000000000..19e8edb02a --- /dev/null +++ b/doc/news/changes/incompatibilities/20180509Bangerth @@ -0,0 +1,7 @@ +Changed: The PolynomialSpace::compute_index() and +PolynomialsP::directional_degree() functions used to return their +information through an array that they received as a reference +argument. Instead, they now return a `std::array` +by value. +
+(Wolfgang Bangerth, 2018/05/09) -- 2.39.5