From: Matthias Maier
Date: Tue, 15 Sep 2015 04:30:01 +0000 (-0500)
Subject: add a news/changes.h entry
X-Git-Tag: v8.4.0-rc2~419^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ed53a22b1c4ff77e8665cdfe6c3630c38816df2;p=dealii.git
add a news/changes.h entry
---
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.
- - Changed: All doxygen-generated pages now contain a link to the
- tutorial in their top-level menus.
+
- 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)
+
+
+ - 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)
- Removed: Tensor as well as Point no
@@ -293,6 +303,12 @@ inconvenience this causes.
+ - Changed: All doxygen-generated pages now contain a link to the
+ tutorial in their top-level menus.
+
+ (Wolfgang Bangerth, 2015/09/13)
+
+
- 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.