From 71e4220465a8031b01e305c4fcbd4da0d5d710e5 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Tue, 19 Jan 2021 17:09:14 +0000
Subject: [PATCH] DOC: Changelog [skip ci]

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

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 4dc7df9ec..c6ebac78a 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,29 @@ This document contains the ``fslpy`` release history in reverse chronological
 order.
 
 
+3.5.0 (Under development)
+-------------------------
+
+
+Added
+^^^^^
+
+
+* New ``fsl_anat.tree``, for use with the :mod:`.filetree` package (!264).
+* New :func:`.fsl_prepare_fieldmap` wrapper function (!265).
+* The :class:`.fslmaths` wrapper now supports the ``fslmaths -s`` option
+  via the :meth:`.fslmaths.smooth` method (!271).
+
+
+Fixed
+^^^^^
+
+
+* Windows/WSL-specific workaround to the :func:`fsl.utils.run.run` function to
+  avoid console windows from popping up, when used from a graphical program
+  (!272).
+
+
 3.4.0 (Tuesday 20th October 2020)
 ---------------------------------
 
-- 
GitLab