diff --git a/docs/changelog.txt b/docs/changelog.txt index 668328f22..fa07fb315 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -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 `