From 339c2085a146981de0847da8a33f8e3011477067 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Tue, 14 Apr 2020 17:36:51 +0100 Subject: [PATCH] DOC: changelog --- CHANGELOG.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cdfbb2f92..150331aa3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ This document contains the ``fslpy`` release history in reverse chronological order. +3.0.1 (Wednesday 15th April 2020) +--------------------------------- + + +Changed +^^^^^^^ + + +* The :func:`.isMelodicDir` function now accepts directories that do not end + with ``.ica``, as long as all required files are present. + + + 3.0.0 (Sunday 29th March 2020) ------------------------------ -- GitLab