update changelog

develop
Myk Taylor 2020-07-19 17:29:56 -07:00
parent d0f8ba06a2
commit 6a851537d5
1 changed files with 2 additions and 1 deletions

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