From 6a851537d5ef022447525718fec21038f9c5efe4 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Sun, 19 Jul 2020 17:29:56 -0700 Subject: [PATCH] update changelog --- docs/changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 9d03b1f0a..5f3510ed9 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -51,7 +51,8 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `confirm`: added a confirmation dialog for convicting dwarves of crimes ## API -- Added ``Filesystem::mkdir_recursive`` +- Added ``Filesystem::mkdir_recursive`` (returns true if directories to create already exist) +- Extended ``Filesystem::listdir_recursive`` to optionally make returned filenames relative to the start directory ## Lua - Added a ``ref_target`` field to primitive field references, corresponding to the ``ref-target`` XML attribute