Skip to content
Snippets Groups Projects
Commit 60bde1fd authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

DOC: changelog

parent e3fda1ec
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ Added
^^^^^
* New wrapper function for the FSL :func:`.prelude` command.
* New ``firstDot`` option to the :func:`.path.getExt`,
:func:`.path.removeExt`, and :func:`.path.splitExt`, functions, offering
rudimentary support for double-barrelled filenames.
......@@ -26,6 +27,15 @@ Changed
``.nii.gz``, ``.json``, ``.tsv``).
Fixed
^^^^^
* Updated the :func:`.prepareArgs` function to use ``shlex.split`` when
preparing shell command arguments, instead of performing a naive whitespace
split.
2.8.4 (Monday 2nd March 2020)
-----------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment