From: Wolfgang Bangerth Date: Fri, 6 Jan 2017 19:07:49 +0000 (-0700) Subject: Add a changelog entry. X-Git-Tag: v8.5.0-rc1~283^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3f445305f00a3a66fa7c3040a90ec108a9b2afb;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20170106Bangerth b/doc/news/changes/minor/20170106Bangerth new file mode 100644 index 0000000000..f9c4181bdf --- /dev/null +++ b/doc/news/changes/minor/20170106Bangerth @@ -0,0 +1,4 @@ +New: hp::DoFHandler now uses a compressed data structure for its +internal representation of DoF indices. This saves memory. +
+(Wolfgang Bangerth, 2017/01/06)