From 5e435f85af714bf482be532106906f4569d433ee Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 26 Aug 2015 22:57:43 -0500 Subject: [PATCH] Add a changes.h entry --- doc/news/changes.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 -- 2.39.5