From d18911ca5a78bb8422f6acff01aae4024a3ad0d2 Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Tue, 21 Feb 2023 00:01:15 -0800 Subject: [PATCH] Update changelog.txt --- docs/changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index 85750890c..031e4ed62 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -42,6 +42,8 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `autodump`: changed behaviour to only change ``dump`` and ``forbid`` flags if an item is successfully dumped. -@ `autochop`: generate default names for burrows with no assigned names - ``Buildings::StockpileIterator``: check for stockpile items on block boundary. +- `dig-now`: fixed designations being invalidated after digging prior designations by buffering all designations +- `dig-now`: added scanning the job list for designations that can't be found in the map data ## Misc Improvements - DFHack tool windows that capture mouse clicks (and therefore prevent you from clicking on the "pause" button) now unconditionally pause the game when they open (but you can still unpause with the keyboard if you want to). Examples of this behavior: `gui/quickfort`, `gui/blueprint`, `gui/liquids`