From 4d2f63eb755e5bfe61a2d54bd2a14643e250809f Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Thu, 11 Jun 2020 17:44:16 +0100 Subject: [PATCH] DOC: changelog --- CHANGELOG.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 03d334516..7db6f5d87 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,16 @@ This document contains the ``fslpy`` release history in reverse chronological order. -3.2.0 (Under deveolopment) --------------------------- +3.2.0 (Thursday 11th June 2020) +------------------------------- + + +Added +^^^^^ + + +* A new :func:`.fslsub.hold` function to wait on previously submitted jobs, to + be used in place of the ``wait`` function. Removed -- GitLab