From 51a4e2847f4b3784f90398d1497e0f4b23908ff2 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 14 Sep 2015 22:53:18 -0500 Subject: [PATCH] Add a news/changes.h entry, move a misplaced news/changes.h entry --- doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) 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.
    -- 2.39.5