From 93a197b3d409e5c4c3eefd11cd2495c81f328474 Mon Sep 17 00:00:00 2001 From: lethosor Date: Thu, 14 Jun 2018 10:38:01 -0400 Subject: [PATCH] Update changelog for #1297, #1307 --- docs/changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index ec8fa40da..3ba312d18 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -38,6 +38,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: # Future ## Fixes +- Fixed many tools incorrectly using the ``dead`` unit flag (they should generally check ``flags2.killed`` instead) - Fixed ``-g`` flag (GDB) in Linux ``dfhack`` script (particularly on x64) - `autochop`, `autodump`, `autogems`, `automelt`, `autotrade`, `buildingplan`, `dwarfmonitor`, `fix-unit-occupancy`, `fortplan`, `stockflow`: fix issues with periodic tasks not working for some time after save/load cycles - `buildingplan`, `fortplan`: stop running before a world has fully loaded @@ -63,6 +64,10 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `title-version`: added version to options screen too ## API +- New functions (also exposed to Lua): + - ``Units::isKilled()`` + - ``Units::isActive()`` + - ``Units::isGhost()`` - Removed Vermin module (unused and obsolete) ## Lua