From: David Wells Date: Thu, 28 Jan 2016 13:47:26 +0000 (-0500) Subject: Update a changelog entry. X-Git-Tag: v8.4.0-rc2~46^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2101%2Fhead;p=dealii.git Update a changelog entry. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 3a75c8be0f..81acc1552f 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -885,9 +885,11 @@ inconvenience this causes. (Timo Heister, 2015/09/05) -
  • Improved: Allow continuation lines in ParameterHandler. +
  • Improved: Allow continuation lines in ParameterHandler. Any line in a + parameter file ending with a \\ will now be combined with the next + line; see ParameterHandler's documentation for more information.
    - (Alberto Sartori, 2015/09/04, David Wells, 2016/01/18) + (Alberto Sartori, 2015/09/04, David Wells, 2016/01/18-2016/01/28)
  • New: There is now a function SparsityPattern::print_svg() which prints the sparsity of the matrix