From 921fc5671a93f0209f7492e68e25a88bf78686ae Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Thu, 11 Aug 2016 15:04:53 +0200
Subject: [PATCH] Update changelog.

---
 CHANGELOG.md | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 91e577dcd18..521b75ccc0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
 ## Release notes
-# 6.0.6 (in preparation)
+# 6.0.7 (in preparation)
+
+### Features:
+
+### Infrastructure
+
+### Fixes:
+ - Fix an issue that a shape vector was defined as a column vector. Corrected to a row vector  #1288
+
+# 6.0.6
 
 ### Features:
  - Add external ode-solver interface with [Sundials CVODE
@@ -64,8 +73,7 @@
  - Fix finding Boost with BOOST_ROOT CMake argument #1287
  - Fix linking of Sundials CVODE library #1197
  - Fixed issue where geometry names would be missing after merging geometries #1295
- - Fix an issue that a shape vector was defined as a column vector. Corrected to a row vector  #1288
- 
+
 # 6.0.5
 
 ### Features:
-- 
GitLab