From 1ad9a1c03c8815392ff31c4d0221748e80882bee Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Tue, 7 Nov 2017 15:57:28 +0000 Subject: [PATCH] update changelog --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 032d4de2e..883df0af6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,12 @@ order. 1.4.0 (under development) +------------------------- + +* The :mod:`fsl.utils.async` module is now deprecated, as ``async`` will + become a reserved word in Python 3.7. It has been renamed to + ``fsl.utils.idle``, with no other API changes. * For image file pairs, the ``hdr`` extension now takes precedence over the ``img`` extension, when using the :func:`fsl.data.image.addExt` (and related) functions. -- GitLab