diff --git a/CHANGELOG b/CHANGELOG index cbf52cb89c1dddd6b8ed2c8eb9f6bf31ec0c33c3..2e841454ffe5584716d9f929de0233632efa2723 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.