From: Wolfgang Bangerth Date: Sat, 25 Jun 2016 05:26:57 +0000 (-0500) Subject: Add changelog entry. X-Git-Tag: v8.5.0-rc1~953^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2716%2Fhead;p=dealii.git Add changelog entry. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index cef4132d1a..d24e8bc605 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -39,6 +39,17 @@ inconvenience this causes.
    +
  1. Changed: The conversion constructors of class Vector from the + PETScWrappers::Vector, PETScWrappers::MPI::Vector, + TrilinosWrappers::Vector, and TrilinosWrappers::MPI::Vector classes + are now marked as explicit, i.e., they will no longer + allow implicit, silent conversions. Such conversions lead to awkward + errors that are hard to debug, and in cases where they are necessary, + are best described in code through explicit casts. +
    + (Wolfgang Bangerth, 2016/06/25) +
  2. +
  3. Changed: The deal.II distributed vector classes do now derive from LinearAlgebra::VectorSpaceVector and have been moved to the LinearAlgebra::distributed namespace. In the definition of the new