From f78690ddc9e4a901a0b1de0b26258a77aa504333 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Sat, 10 Aug 2019 15:53:56 +0100 Subject: [PATCH] DOC: Changelog --- CHANGELOG.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dfbc61cba..4ff49b20c 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) -- GitLab