From: Denis Davydov
Date: Sat, 27 Feb 2016 02:59:54 +0000 (+0100)
Subject: add an entry to changes.h
X-Git-Tag: v8.5.0-rc1~1279^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2241%2Fhead;p=dealii.git
add an entry to changes.h
---
diff --git a/doc/news/changes.h b/doc/news/changes.h
index 1f84ee4d2d..4c1614787b 100644
--- a/doc/news/changes.h
+++ b/doc/news/changes.h
@@ -38,6 +38,12 @@ inconvenience this causes.
+ - Changed: Many functions in VectorTools and MatrixTools now require
+ matching data types between vectors, matrices, and Function arguments.
+
+ (Denis Davydov, 2016/02/27)
+
+
- Changed: ConstraintMatrix::distribute_local_to_global() and numerous
functions in VectorTools namespace now require matching data types.
This is done to correctly handle complex-valued case.