update changelog

develop
myk002 2021-06-06 08:50:28 -07:00
parent fc860478e4
commit 34aa62d675
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 0 deletions

@ -54,6 +54,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- ``utils.processArgsGetopt()``: now properly handles ``--`` like GNU ``getopt`` as a marker to treat all further parameters as non-options
- ``utils.processArgsGetopt()``: now detects when required arguments to long-form options are missing
- `xlsxreader`: added Lua class wrappers for the xlsxreader plugin API
- added ``dfhack.units.teleport(unit, pos)``
## Documentation
- Added more client library implementations to the `remote interface docs <remote-client-libs>`