diff --git a/CHANGELOG.rst b/CHANGELOG.rst index be2e3f0f6e4ba72357d2fec32f715c2cb9a58b63..410339564c8c078731dbb17b742d20dd8371a917 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,13 +15,18 @@ 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 :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. Changed ^^^^^^^ -* Internal reorganisation inm the :mod:`.idle` module. +* Internal reorganisation in the :mod:`.idle` module. Deprecated