From c55628fc12101743b18b4c962b2f95edadc82062 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Tue, 28 Nov 2023 13:12:17 +0000 Subject: [PATCH] DOC: Changelog --- CHANGELOG.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ee7f0e5a..956b527c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ This document contains the ``fslpy`` release history in reverse chronological order. +3.16.0 (Under development) +-------------------------- + + +Added +^^^^^ + + +* Added more functions to the :class:`.fslmaths` wrapper (!431). + + 3.15.4 (Monday 27th November 2023) ---------------------------------- @@ -9,6 +20,7 @@ order. Added ^^^^^ + * New `silent` option to the :func:`.run` function = passing ``silent=True`` is equivalent to passing ``log={'tee':False}`` (!428). * New `prefix` option to the :func:`.tempdir` function, which is passed through -- GitLab