From dfbad3ec5465fc59faad89a0158577cc6f879d7d Mon Sep 17 00:00:00 2001 From: myk002 Date: Wed, 16 Dec 2020 11:15:53 -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 fc1bf6e36..14be25b39 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -63,6 +63,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ## API - `buildingplan`: added Lua interface API - add item type param to dfhack.job.isSuitableMaterial() so the non_economic flag can be properly handled (it was being matched for all item types instead of just boulders) +- reuse existing extents when possible in ``Buildings::setSize()`` ## Lua - ``utils.addressof()``: fixed for raw userdata