From: Wolfgang Bangerth Date: Tue, 3 Oct 2017 01:03:47 +0000 (-0600) Subject: Add changelog entry. X-Git-Tag: v9.0.0-rc1~987^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35067f2d6058f51ddd836ac952e70f5e3e378d8f;p=dealii.git Add changelog entry. --- diff --git a/doc/news/changes/minor/20171002Bangerth b/doc/news/changes/minor/20171002Bangerth new file mode 100644 index 0000000000..a783e059a3 --- /dev/null +++ b/doc/news/changes/minor/20171002Bangerth @@ -0,0 +1,5 @@ +Fixed: It was previously not possible to create objects of type Table +with elements that are not copyable or copy constructible. An example +of such a type is `std::unique_ptr`. This has now been fixed. +
+(Wolfgang Bangerth, 2017/10/02)