From cc412bbe9794f268e5656f883d78a4588b7eb11d Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Sun, 8 Jul 2018 14:27:03 +0100
Subject: [PATCH] DOC: Changelog

---
 CHANGELOG.rst | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ae0265c53..0e30f366c 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,33 @@ This document contains the ``fslpy`` release history in reverse chronological
 order.
 
 
+
+1.10.0 (Under development)
+--------------------------
+
+
+Added
+^^^^^
+
+
+* A new script, :mod:`.extract_noise`, which can be used to extract ICA
+  component time courses from a MELODIC ICA analysis.
+* New :func:`.path.allFiles` function which returns all files underneath a
+  directory.
+* The :func:`.fileOrImage`   and :func:`.fileOrArray` decorators now support
+  loading of files which are specified with an output basename.
+
+
+Changed
+^^^^^^^
+
+
+* When using the :func:`.run.run` function, the command output/error streams
+  are now forwarded immediately.
+* Removed dependency on ``pytest-runner``.
+
+
+
 1.9.0 (Monday June 4th 2018)
 ----------------------------
 
-- 
GitLab