From: Wolfgang Bangerth Date: Sat, 25 Jun 2016 06:28:30 +0000 (-0500) Subject: Add changelog. X-Git-Tag: v8.5.0-rc1~946^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2717%2Fhead;p=dealii.git Add changelog. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 795840fbb4..26ff95fb89 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -322,6 +322,13 @@ inconvenience this causes.

Specific improvements

    +
  1. New: The MappingFEField class was previously only instantiated + if the vector type was dealii::Vector. It is now also instantiated + for PETSc and Trilinos wrapper vector types. +
    + (Wolfgang Bangerth, 2016/06/25) +
  2. +
  3. New: GnuplotFlags now supports user specified space dimension labels through a member variable.