From: Matthias Maier Date: Tue, 15 Sep 2015 03:53:18 +0000 (-0500) Subject: Add a news/changes.h entry, move a misplaced news/changes.h entry X-Git-Tag: v8.4.0-rc2~413^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1607%2Fhead;p=dealii.git Add a news/changes.h entry, move a misplaced news/changes.h entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 88bd054463..68a8870fa2 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -53,6 +53,7 @@ inconvenience this causes. - The three argument variants of outer_product that return the result by reference as first argument. Use the function that directly returns the result instead. + - determinant(dealii::Tensor)
(Matthias Maier, 2015/09/14 - XXX) @@ -312,6 +313,12 @@ inconvenience this causes.
    +
  1. Changed: All doxygen-generated pages now contain a link to the + tutorial in their top-level menus. +
    + (Wolfgang Bangerth, 2015/09/13) +
  2. +
  3. Cleanup: Constructors of AdditionalData in various linear solvers are now marked explicit. This avoid bugs with implicit conversions like the one fixed in step-40.