From 0f0306fc848bbdeb60a9c705578a38c0e67c4b99 Mon Sep 17 00:00:00 2001 From: lethosor Date: Sat, 25 Jul 2020 15:20:20 -0400 Subject: [PATCH] Move to internal changelog section + shorten --- docs/changelog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 949e8fe56..8a45ba5b7 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -54,9 +54,11 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - Added ``Filesystem::mkdir_recursive`` - Extended ``Filesystem::listdir_recursive`` to optionally make returned filenames relative to the start directory +## Internals +- Added support for splitting scripts into multiple files in the ``scripts/internal`` folder without polluting the output of `ls` + ## Lua - Added a ``ref_target`` field to primitive field references, corresponding to the ``ref-target`` XML attribute -- Support for splitting scripts into multiple files without polluting the output of ``#DFHack ls``. Scripts can now add internal files to an ``scripts/internal`` folder. ## Ruby - Updated ``item_find`` and ``building_find`` to use centralized logic that works on more screens