From: Matthias Maier Date: Thu, 27 Aug 2015 03:57:43 +0000 (-0500) Subject: Add a changes.h entry X-Git-Tag: v8.4.0-rc2~541^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e435f85af714bf482be532106906f4569d433ee;p=dealii.git Add a changes.h entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 1d3d955c4f..e8394929f4 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -108,6 +108,23 @@ inconvenience this causes.
    +
  1. Improved: Support for complex number types throughout the library. + Several parts of the library have been reorganized to support complex + number types. +
    + Classes that are now instantiated for complex number types: + - FunctionTime + - Function + - TensorFunction + +
    + Classes now supporting complex number types via header: + - LinearOperator + - PackagedOperation +
    + (Matthias Maier, 2015/08/25 - XXX) +
  2. +
  3. Fixed: The testsuite now properly supports version constraints for compilers and features. Those are annotated by .compiler=STRING(<=|>=|=|<|>)VERSION., or