From 0362c09811204c5314f81d4702172b00fa02d25c Mon Sep 17 00:00:00 2001 From: myk002 Date: Wed, 22 Sep 2021 13:33:29 -0700 Subject: [PATCH] update changelog --- docs/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index b414a2494..36a4c17bc 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -39,6 +39,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `tailor`: fixed some inconsistencies (and possible crashes) when parsing certain subcommands, e.g. ``tailor help`` ## Misc Improvements +- Core: DFHack now prints the name of the init script it is running to the console and stderr - `automaterial`: ensure construction tiles are laid down in order when using `buildingplan` to plan the constructions - `blueprint`: all blueprint phases are now written to a single file, using `quickfort` multi-blueprint file syntax. to get the old behavior of each phase in its own file, pass the ``--splitby=phase`` parameter to ``blueprint`` - `blueprint`: you can now specify the position where the cursor should be when the blueprint is played back with `quickfort` by passing the ``--playback-start`` parameter