From: Bruno Turcksin Date: Thu, 15 Sep 2016 13:57:51 +0000 (-0400) Subject: Add entry to changes.h X-Git-Tag: v8.5.0-rc1~669^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d29c2daabd0db4f3dd02e48e43c5fa785302ade3;p=dealii.git Add entry to changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 7222296226..61dcb348ac 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -522,6 +522,11 @@ inconvenience this causes.

Specific improvements

    +
  1. New: LinearAlgebra::Vector is now instantiated for float and double. +
    + (Bruno Turcksin, 2016/09/15) +
  2. +
  3. Improved: FEValues no longer generates the mapping's internal database if the mapping will not be required for the set of update flags specified.