From: Wolfgang Bangerth Date: Tue, 15 Nov 2016 14:55:30 +0000 (-0700) Subject: Add a changelog entry. X-Git-Tag: v8.5.0-rc1~397^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3587%2Fhead;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 5d0783186b..189fe99869 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -451,6 +451,12 @@ inconvenience this causes.
(Sebastian Gonzalez-Pintor, Wolfgang Bangerth, 2016/11/15) + +
  • Fixed: Objects of type TrilinosWrappers::SparsityPattern::const_iterator + were entirely unusable due to a bug. This is now fixed. +
    + (Wolfgang Bangerth, 2016/11/15) +
  • Fixed: There was a memory leak if a previously used SparsityPattern object was re-used by reading from a serialization archive via