From 22d52c9841683c75359148e81f3101e24a083199 Mon Sep 17 00:00:00 2001
From: Matthias Maier
Date: Mon, 29 Dec 2014 20:44:48 +0100
Subject: [PATCH] Add an entry to changes.h
---
doc/news/changes.h | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/doc/news/changes.h b/doc/news/changes.h
index 1884913fe3..aa3c1c9de0 100644
--- a/doc/news/changes.h
+++ b/doc/news/changes.h
@@ -38,6 +38,14 @@ inconvenience this causes.
+ - Removed: The config.h file no longer exports HAVE_* definitions.
+ Those are either entirely removed (for the blas/lapack symbols) or
+ renamed to DEAL_II_HAVE_*. This change is done in order to avoid clashes
+ with external projects also exporting HAVE_* definitions in their header
+ files.
+
+ (Matthias Maier, 2014/12/29)
+
--
2.39.5