Move to internal changelog section + shorten

develop
lethosor 2020-07-25 15:20:20 -04:00
parent 8137b43e57
commit 0f0306fc84
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 3 additions and 1 deletions

@ -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