diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c89a0b278ca6ed03068923088aa47fe4490499..d5e0af662c06535b500e3e8ee03777fd8894edb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ### Features: - Added an ODE solver library that can solve transient and nonlinear processes (see http://doxygen.opengeosys.org/df/d35/group__ODESolver.html). + - Move up common Process parts from particular GroundwaterFlow process + implementation. #951, #982 + - Separate Dirichlet boundary condition class implementation. #963 + - Split process output and post timestep. #998 - Added pre- and postTimestep and -Iteration hooks to processes. #1094, #1100, #1101 - New configuration tree parser - Checks configuration parameters more strictly, automatically prints error/warning messages.