From: Wolfgang Bangerth Date: Fri, 1 Jul 2016 17:14:09 +0000 (-0500) Subject: Add changelog entry. X-Git-Tag: v8.5.0-rc1~931^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2743%2Fhead;p=dealii.git Add changelog entry. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 26ff95fb89..f5b1486eb1 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -322,6 +322,13 @@ inconvenience this causes.

Specific improvements

    +
  1. Fixed: The function DoFTools::dof_couplings_from_component_couplings + for hp::FECollection arguments was compiled but not exported from the + object file. This is now fixed. +
    + (Wolfgang Bangerth, 2016/07/01) +
  2. +
  3. 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.