From 949c92a819adc2b1b99a18ba704258e92bff899d Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Tue, 7 Nov 2017 18:39:45 +0000 Subject: [PATCH] update changelog --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3343815f4..e3bdf30e3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,8 @@ order. ------------------------- +* The :func:`.uniquePrefix` function now raises a :exc:`.PathError` instead + of a :exc:`.ValueError`, when an invalid path is provided. * 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. -- GitLab