From ca237af1cc48d8a5418ec6df972de7ea0234ef39 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Fri, 20 Jan 2017 13:02:48 +0100
Subject: [PATCH] Prepare changelog for next version.

---
 CHANGELOG.md | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b2785652ae..da03e7feb98 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,15 @@
 ## Release notes
+
+# 6.0.9 (In preparation)
+
+### Features
+
+### Utilities
+
+### Infrastructure
+
+### Fixes
+
 # 6.0.8
 
 The highlight of the release is the implementation of the Lower-Interface
@@ -20,7 +31,7 @@ fluids pressure, density, permeability, and viscosity were added.
  - Liquid process. #1468
  - Classes for relative permeability models. #1531
  - Classes for capillary models. #1517, #1578
- - Ehlers single-surface yield function constitutive relation model. #1556 
+ - Ehlers single-surface yield function constitutive relation model. #1556
  - Support scaling, GMRES, and Pardiso in Eigen linear solvers. #1509 #1510
  - Piecewise linear Monotonic curve and a generic curve parser. #1529
  - Support searching boundary nodes in MeshLib::NodeSearch. #1459
@@ -51,7 +62,7 @@ New features:
 
 ### Fixes:
  - Fix LocalToGlobalIndexMap with mutliple variables and with multiple componets. #1433 #1440
- - Fix PropertyVector<T*> for multi-component case. #1441 
+ - Fix PropertyVector<T*> for multi-component case. #1441
  - Fix checking IDs of nonlinear nodes. #1495
  - Fix incorrect use of getNumberOfBaseNodes(). #1515
  - Fix computing sparsity pattern for mixed shape function order cases. #1548
-- 
GitLab