From: Rajat Date: Sat, 29 Oct 2016 18:25:35 +0000 (-0400) Subject: Added name in changes.h X-Git-Tag: v8.5.0-rc1~522^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=472134d4667910ca95eb96a1ebf32c2d83a1d500;p=dealii.git Added name in changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index caf4f6624a..7c697cdc63 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -405,10 +405,16 @@ inconvenience this causes.

Specific improvements

    -
  1. New: Add MatrixFreeOperators::MassOperator representing a mass matrix. + +
  2. Fixed: Increased precision of timesteps in DataOutInterface::write_pvd_record(). +
    + (Rajat Arora, 2016/10/29) +
  3. + +
  4. New: Add MatrixFreeOperators::MassOperator representing a mass matrix.
    (Daniel Arndt, 2016/10/27) -
  5. +
  6. New: Add ArpackSolver::set_shift() to set the shift value in spectral transformation.