From: Matthias Maier Date: Wed, 19 Nov 2014 21:00:45 +0000 (+0100) Subject: Add a changelog entry X-Git-Tag: v8.2.0-rc1~54^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dce603ff9dcfbba4ab30232fd649d6d906d1df8;p=dealii.git Add a changelog entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 941ca73d2b..c53ef70208 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2013, 2014 by the deal.II authors +// Copyright (C) 2013 - 2014, 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -333,6 +333,12 @@ inconvenience this causes.

Specific improvements

    +
  1. New: Complete the periodic boundary condition interface and add + support for rotating vector valued dof components. +
    + (Daniel Arndt, Matthias Maier, 2014/11/19) +
  2. +
  3. New: Added support for STEP files in the OpenCASCADE wrappers. STEP files can now be imported and exported respectively with the OpenCASCADE::read_STEP() and OpenCASCADE::write_STEP() functions.