From b64b5c9a7ec1ff8529b2cf558f2f6c9198e2cf98 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Sun, 3 Nov 2019 06:15:09 +0000 Subject: [PATCH] DOC: changelog --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 410339564..b2a848897 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,8 +15,8 @@ Added tasks passed to :func:`.idle.idle` to be executed synchronously. * New :meth:`.IdleLoop.synchronous` context manager, to temporarily change the value of :meth:`.IdleLoop.neverQueue`. -* New :mod:`fsl.data.bids` module, containing a few simple functions for - working with BIDS data sets. +* New :mod:`.bids` module, containing a few simple functions for working with + `BIDS <https://bids.neuroimaging.io>`_ datasets. * New :func:`.image.loadMetadata` function, and ``loadMeta`` option to the :class:`.Image` class, to automatically find and load any sidecar JSON files associated with an image file. -- GitLab