From b88bac4c62e56ecbcfb28b0b2970085c3cda4f8c Mon Sep 17 00:00:00 2001 From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de> Date: Fri, 12 Oct 2012 16:06:52 +0000 Subject: [PATCH] [changelog] Created section for changes in DuMuX 2.3. Added removal of DUMUX_DEPRECATED_MSG and DUMUX_UNUSED. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9295 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- CHANGELOG | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index fece840dba..566cec5b70 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,22 @@ +Differences Between DuMuX 2.2 and DuMuX 2.3 +=================================================== + +* IMPROVEMENTS and ENHANCEMENTS: + +* IMMEDIATE INTERFACE CHANGES not allowing a deprecation period: + +* Deprecated CLASSES/FILES, to be removed after 2.3: + +* Deprecated PROPERTY NAMES, to be removed after 2.3: BEWARE: The compiler will not + print any warning if a deprecated property name is used. + +* Deprecated CONSTANTS/ENUMS, to be removed after 2.3: BEWARE: The compiler will not + print any warning if a deprecated constant/enum is used. + +* DELETED member functions, which have been deprecated in DuMuX 2.3: + - DUMUX_DEPRECATED_MSG and DUMUX_UNUSED have been removed. + + Differences Between DuMuX 2.1 and DuMuX 2.2 =================================================== -- GitLab