From 1493f777e6256981a8c40cee557bf6320f5b82be Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 25 Jun 2016 01:28:30 -0500 Subject: [PATCH] Add changelog. --- doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) 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.
    -- 2.39.5