From 1f305dc98d0563639fd3f607e7bb11bcd2cdd4b0 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Mon, 12 Oct 2020 18:38:27 +0100 Subject: [PATCH] DOC: changelog --- CHANGELOG.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 09d15c5fc..f85840ef5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,20 @@ This document contains the ``fslpy`` release history in reverse chronological order. + +3.3.2 (Tuesday 12th October 2020) +--------------------------------- + + +Changed +^^^^^^^ + + +* Most :func:`.wrapper` functions now accept an argument called ``cmdonly`` + which, if ``True``, will cause the generated command-line call to be + returned, instead of executed. + + 3.3.1 (Thursday 8th October 2020) --------------------------------- -- GitLab