From 20a7d8e59dd0e5c6c4c584558fd572669011bc5c Mon Sep 17 00:00:00 2001 From: Myk Date: Mon, 6 Nov 2023 22:42:42 -0800 Subject: [PATCH] move changelog items to current release --- docs/changelog.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index e134426ab..c1c309b37 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -83,12 +83,14 @@ Template for new versions: - ``Units::getReadableName``: now returns the *untranslated* name - ``Burrows::setAssignedUnit``: now properly handles inactive burrows - ``Gui::getMousePos``: now takes an optional ``allow_out_of_bounds`` parameter so coordinates can be returned for mouse positions outside of the game map (i.e. in the blank space around the map) +- ``Buildings::completebuild``: used to link a newly created building into the world ## Lua - ``dfhack.gui.revealInDwarfmodeMap``: gained ``highlight`` parameter to control setting the tile highlight on the zoom target - ``dfhack.maps.getWalkableGroup``: get the walkability group of a tile - ``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 ## Removed @@ -130,12 +132,11 @@ Template for new versions: - unavailable tools are no longer listed in the tag indices in the online docs ## API -- added ``Buildings::completebuild``, used to link a newly created building into the world - added ``Items::getCapacity``, returns the capacity of an item as a container (reverse-engineered), needed for `combine` ## Lua - added ``GRAY`` color aliases for ``GREY`` colors -- added ``dfhack.items.completebuild`` and ``dfhack.items.getCapacity`` to expose new module APIs +- added ``dfhack.items.getCapacity`` to expose the new module API - ``utils.search_text``: text search routine (generalized from internal ``widgets.FilteredList`` logic) ## Removed