From c016f0dec917e289d6a400af1302c1700c0064a9 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 5 Mar 2021 19:10:04 +0000 Subject: [PATCH] DOC: changelog --- CHANGELOG.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 88cf06da..5fe7ee6b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,11 +10,12 @@ order. Changed ^^^^^^^ -* The :mod:`fsl` package has been changed from being a `pkgutil-style +* The :mod:`fsl` and :mod:`fsl.scripts` packages have been changed from being + `pkgutil-style <https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages>`_ - namespace package to now being a `native + namespace packages to now being `native <https://packaging.python.org/guides/packaging-namespace-packages/#native-namespace-packages>`_ - namespace package. + namespace packages. * The :class:`.TaskThread` now allows an error handler function to be specified, which is run on the :mod:`.idle` loop. * The :func:`.bids.loadMetadata` function no long resolves sym-links when -- GitLab