From 1f7b3401ac6dfc760ca80a14b68055376525837a Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 25 Aug 2015 22:49:38 -0500 Subject: [PATCH] add a changes.h entry --- doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index 2e6bdc88bd..1d3d955c4f 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -108,6 +108,14 @@ inconvenience this causes.
    +
  1. Fixed: The testsuite now properly supports version constraints for + compilers and features. Those are annotated by + .compiler=STRING(<=|>=|=|<|>)VERSION., or + .with_FEATURE(<=|>=|=|<|>)VERSION.. +
    + (Matthias Maier, 2015/08/25) +
  2. +
  3. Fixed: The GridIn class was not instantiated for the dim==1,spacedim==3 case. This is now fixed.
    -- 2.39.5