diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dfbc61cbaa6b8d34c298545171b2933170508af9..4ff49b20c5fd9ccfcf6c5d0605f036e1c0ef01c8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,7 +12,8 @@ Changed * The :class:`.Cache` class has a new ``lru`` option, allowing it to be used as a least-recently-used cache. -* The :class:`.FileTree` class now has a ``name`` attribute. +* The :mod:`.filetree` module has been refactored to make it easier for the + :mod:`.query` module to work with file tree hierarchies. 2.5.0 (Tuesday 6th August 2019)