From 9ed53a22b1c4ff77e8665cdfe6c3630c38816df2 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 14 Sep 2015 23:30:01 -0500 Subject: [PATCH] add a news/changes.h entry --- doc/news/changes.h | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index ccbca42dac..ec69120ffc 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -38,10 +38,20 @@ inconvenience this causes.

    -
  1. Changed: All doxygen-generated pages now contain a link to the - tutorial in their top-level menus. +
  2. Cleanup: The two argument variant of cross_product that returned the + result by reference as first argument has been removed. Use the function + that directly returns the result instead.
    - (Wolfgang Bangerth, 2015/09/13) + (Matthias Maier, 2015/09/14) +
  3. + +
  4. Cleanup: The following functions in tensor.h have been deprecated: +
    + - The three argument variant of cross_product that returns the result by + reference as first argument. Use the function that directly returns the + result instead. +
    + (Matthias Maier, 2015/09/14 - XXX)
  5. Removed: Tensor as well as Point no @@ -293,6 +303,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