From 7cc5171f18015e1055788a984da7152becd057a3 Mon Sep 17 00:00:00 2001
From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de>
Date: Tue, 14 Oct 2014 13:34:32 +0000
Subject: [PATCH] [changelog] Mention deprecation of --parameterFile=NAME.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13478 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 CHANGELOG | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index cbf52cb89c..2e841454ff 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,8 @@ Differences Between DuMuX 2.5 and DuMuX 2.6
 ===================================================
 
 * IMPORTANT NOTES:
+  - To set paramaters from the command line, --parameterFile=NAME is deprecated. Use
+    from now on -ParameterFile NAME.
 
 * IMPROVEMENTS and ENHANCEMENTS:
   - multidomain models can now be used with the 2.3 release versions of DUNE core modules
@@ -12,9 +14,9 @@ Differences Between DuMuX 2.5 and DuMuX 2.6
     it was 10% slower, so please measure for your problems.
 
 * IMMEDIATE INTERFACE CHANGES not allowing/requiring a deprecation period:
-- in the fully implicit mpnc model a further specialization allows now to describe two-phase flow with 
-two energy equations. The boolean property EnableKineticEnergy has therefore been changed to the 
-integer property NumEnergyEquations
+  - in the fully implicit mpnc model a further specialization allows now to describe two-phase
+  flow with two energy equations. The boolean property EnableKineticEnergy has therefore been
+  changed to the integer property NumEnergyEquations
 
 * Deprecated CLASSES/FILES, to be removed after 2.6:
   - FVPressure2P2CAdaptive, use 2d-specific implementation FV2dPressure2P2CAdaptive instead.
-- 
GitLab