From 54dd4c2bf5ffb402ac3755fed49ebe16703222c6 Mon Sep 17 00:00:00 2001 From: Myk Date: Mon, 13 Nov 2023 18:59:14 -0800 Subject: [PATCH] Update changelog.txt --- docs/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 8881bd58d..427f01f9f 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -76,6 +76,7 @@ Template for new versions: - `dreamfort`: Inside+ and Clearcutting burrows now automatically created and managed ## Documentation +- Document the Lua API for the ``dfhack.world`` module ## API - ``Gui::revealInDwarfmodeMap``: gained ``highlight`` parameter to control setting the tile highlight on the zoom target @@ -91,7 +92,6 @@ Template for new versions: - ``dfhack.gui.getMousePos``: support new optional ``allow_out_of_bounds`` parameter - ``gui.FRAME_THIN``: a panel frame suitable for floating tooltips - ``dfhack.buildings.completebuild``: expose new module API -- ``dfhack.world``: add documentation for world module ## Removed