From: Timo Heister
Date: Sun, 6 Dec 2015 15:43:16 +0000 (-0500)
Subject: changelog
X-Git-Tag: v8.4.0-rc2~173^2~4
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04fb7e3e7658137da33f6551db8d7f9d1298ab08;p=dealii.git
changelog
---
diff --git a/doc/news/changes.h b/doc/news/changes.h
index c07f2f0250..c0efb54504 100644
--- a/doc/news/changes.h
+++ b/doc/news/changes.h
@@ -38,6 +38,12 @@ inconvenience this causes.
+ - Changed: deallog console depth is now 0 by default, causing no
+ output to the screen from solvers and other places in the library.
+
+ (Timo Heister, 2015/12/06)
+
+
- Changed: The function Utilities::trim() now removes general
white space characters, such as '\\r' and '\\n', as well as
space characters.
@@ -52,6 +58,7 @@ inconvenience this causes.
MultithreadInfo::n_cores().
(Timo Heister, 2015/11/19)
+
- Removed: The
UpdateFlags
flags
update_support_points
, update_support_jacobians
,