From: Daniel Arndt Date: Sat, 19 Aug 2017 22:18:08 +0000 (+0200) Subject: Add changelog entry X-Git-Tag: v9.0.0-rc1~1205^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9b9fdd680971dcbba059236e9ba3140a6186ae2;p=dealii.git Add changelog entry --- diff --git a/doc/news/changes/minor/20170820DanielArndt b/doc/news/changes/minor/20170820DanielArndt new file mode 100644 index 0000000000..794824a3f0 --- /dev/null +++ b/doc/news/changes/minor/20170820DanielArndt @@ -0,0 +1,4 @@ +New: The constructors for hp::FECollection taking a fixed number of +FiniteElement objects as argument were replaced by a variadic +template constructor taking an arbitrary number of objects. +
(Daniel Arndt, 2017/08/20)