From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Thu, 9 Nov 2017 15:00:24 +0000 (-0700)
Subject: Add a changelog entry for complex-valued vectors.
X-Git-Tag: v9.0.0-rc1~797^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e31ed44428e0c3b959772039aa2dde16181d66b4;p=dealii.git

Add a changelog entry for complex-valued vectors.
---

diff --git a/doc/news/changes/major/20171108Bangerth b/doc/news/changes/major/20171108Bangerth
new file mode 100644
index 0000000000..b7d206ab92
--- /dev/null
+++ b/doc/news/changes/major/20171108Bangerth
@@ -0,0 +1,6 @@
+New: The majority of deal.II classes that deal with solution vectors
+are now also instantiated for complex-valued vectors. In other words,
+complex-valued vectors should now be supported at the same level as
+real-valued vectors.
+<br>
+(Wolfgang Bangerth, 2017/11/08)