From a8e121e9f2a6a2207232f09d85f40991884e94a5 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Tue, 21 Jul 2020 11:37:52 +0100 Subject: [PATCH] DOC: Changelog --- CHANGELOG.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7f46e7804..96f59e612 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,25 @@ This document contains the ``fslpy`` release history in reverse chronological order. +3.3.0 (Under development) +------------------------- + + +Added +^^^^^ + +* New ported versions of various core FSL tools, including ``imrm``, ``imln``, + ``imtest``, ``fsl_abspath``, ``remove_ext``, ``Text2Vest``, and + ``Vest2Text``. + + +Changed +^^^^^^^ + + +* Adjustments to tests and documentation + + 3.2.2 (Thursday 9th July 2020) ------------------------------ -- GitLab