From d0753b4a9c0ffe56dfaa81a2947ccee32e3a759c Mon Sep 17 00:00:00 2001 From: myk002 Date: Mon, 7 Nov 2022 16:48:28 -0800 Subject: [PATCH] update changelog --- docs/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index 545ac2c68..7f15d5279 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -71,6 +71,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ## API - ``Lua::PushInterfaceKeys()``: transforms viewscreen ``feed()`` keys into something that can be interpreted by lua-based widgets +- ``Lua::Push()``: now handles maps with otherwise supported keys and values - Constructions module: added ``insert()`` to insert constructions into the game's sorted list. ## Lua