From: Wolfgang Bangerth Date: Fri, 8 Jul 2016 21:04:16 +0000 (-0500) Subject: Add changelog entries for the previous two commits. X-Git-Tag: v8.5.0-rc1~896^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c36b6e9dbc82f2c64e8eb86d86f070e17092c0ec;p=dealii.git Add changelog entries for the previous two commits. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 4a537c0720..47a3e9d5f9 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -336,6 +336,18 @@ inconvenience this causes.

Specific improvements

    +
  1. Fixed: SymmetricTensor::access_raw_entry() erroneously produced + an indexing error for rank-4 symmetric tensors. This is now fixed. +
    + (Wolfgang Bangerth, 2016/07/08) +
  2. + +
  3. Fixed: SymmetricTensor::norm() did not work correctly for complex + underlying scalar types. This is now fixed. +
    + (Wolfgang Bangerth, 2016/07/08) +
  4. +
  5. 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.