From 34aa62d675e3402f91338b8565e6bb89b4e60d9d Mon Sep 17 00:00:00 2001 From: myk002 Date: Sun, 6 Jun 2021 08:50:28 -0700 Subject: [PATCH] update changelog --- docs/changelog.txt | 1 + 1 file changed, 1 insertion(+) 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 `