From bc9b4ce20a74261f8b2a17db8901695326d3c96a Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Wed, 18 Apr 2018 17:44:21 +0100
Subject: [PATCH] changelog

---
 CHANGELOG.rst | 33 ++++++++++++++++++++++++++++++++-
 1 file changed, 32 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 85b8e1976..6c13701f1 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,37 @@ This document contains the ``fslpy`` release history in reverse chronological
 order.
 
 
+1.8.0 (Under development)
+-------------------------
+
+
+Added
+^^^^^
+
+
+* New :mod:`.wrappers` package, containing wrapper functions for a range of
+  FSL tools.
+* New :mod:`fsl.utils.run` module, to replace the :mod:`fsl.utils.callfsl`
+  module.
+* Assertions (in the :mod:`.assertions` module) can be disabled with the
+  new :func:`.assertions.disabled` context manager.
+
+
+Changed
+^^^^^^^
+
+
+* The :func:`.tempdir` function has an option to not change to the newly
+  created directory.
+
+
+Deprecated
+^^^^^^^^^^
+
+
+* The :mod:`fsl.utils.callfsl` module (replaced with :mod:`fsl.utils.run`).
+
+
 1.7.2 (Monday March 19th 2018)
 ------------------------------
 
@@ -30,7 +61,7 @@ Fixed
 ^^^^^
 
 
-* Remobved deprecated use of :func:`.imagewrapper.canonicalShape`.
+* Removed deprecated use of :func:`.imagewrapper.canonicalShape`.
 
 
 1.7.0 (Tuesday March 6th 2018)
-- 
GitLab