From 28ebc3921df13cac96fff68eed62baf5eb1175d2 Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Fri, 11 Mar 2022 15:41:25 -0800 Subject: [PATCH] Revises changelog --- docs/changelog.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 7dc893d72..b14e67d3e 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -57,11 +57,11 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `tiletypes-here`, `tiletypes-here-point`: fix crash when running from an unsuspended core context ## Misc Improvements -- EventManager: Adds new event type ``JOB_STARTED``. Triggered when a job first gains a worker. -- EventManager: Adds new event type ``NEW_UNIT_ACTIVE``. Triggered when a new unit appears on the active list. -- EventManager: Refactors use of ``EventHandler::freq``. Now indicates allowed frequency of event. -- EventManager: Adds ``EventHandler::when`` to supplant the old usage of ``EventHandler::freq`` (ie. indicates when an event will fire) -- Plugins: Updates the plugin skeleton files to be more informative to a newbie +- Core: Adds new event type ``JOB_STARTED``. Triggered when a job first gains a worker. +- Core: Adds new event type ``NEW_UNIT_ACTIVE``. Triggered when a new unit appears on the active list. +- Core: Refactors use of ``EventHandler::freq``. Now indicates allowed frequency of event. +- Core: Adds ``EventHandler::when`` to supplant the old usage of ``EventHandler::freq`` (ie. indicates when an event will fire) +- Documentation: Updates the plugin skeleton files to be more informative to a newbie - 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``