From: Martin Kronbichler <kronbichler@lnm.mw.tum.de>
Date: Sun, 19 Nov 2017 14:55:11 +0000 (+0100)
Subject: Changelog.
X-Git-Tag: v9.0.0-rc1~753^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0394d9c82998b65eb4955b195fd76f5cb00ab2e;p=dealii.git

Changelog.
---

diff --git a/doc/news/changes/minor/20171110MartinKronbichler b/doc/news/changes/minor/20171110MartinKronbichler
index 94c95921d9..55d13a9197 100644
--- a/doc/news/changes/minor/20171110MartinKronbichler
+++ b/doc/news/changes/minor/20171110MartinKronbichler
@@ -2,4 +2,4 @@ New: TrilinosWrappers::DirectSolver::solve() with two
 LinearAlgebra::distributed::Vector arguments now re-uses the factorization of
 a matrix set in the TrilinosWrappers::DirectSolver::initialize() call.
 <br>
-(Martin Kronbichler, 2017/11/02)
+(Martin Kronbichler, 2017/11/10)
diff --git a/doc/news/changes/minor/20171119MartinKronbichler b/doc/news/changes/minor/20171119MartinKronbichler
new file mode 100644
index 0000000000..f26d05c2c2
--- /dev/null
+++ b/doc/news/changes/minor/20171119MartinKronbichler
@@ -0,0 +1,5 @@
+Fixed: ConvergenceTable::evaluate_convergence_rates now also supports values
+and keys of type 'unsigned long long int' as used for types::global_dof_index
+with 64 bit integers enabled.
+<br>
+(Martin Kronbichler, 2017/11/19)