From ee7cd06fb8c6cc5e21dd4b936bcefe6f71b91402 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 8 Jan 2016 16:56:09 +0100 Subject: [PATCH] Mention change --- doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index 5366b43faf..0e879fb5cf 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -550,6 +550,13 @@ inconvenience this causes.
    +
  1. Fixed: AlignedVector::fill() (and thus, Table::reinit) did not + correctly call the destructor of T() and could leak memory for complicated + class types that depend on their constructor to free memory. +
    + (Martin Kronbichler, 2016/01/08) +
  2. +
  3. Fixed: inverse_operator() now populates Tvmult and Tvmult_add correctly.
    -- 2.39.5