From 5e3786a6ce4473a6216e35c4ab1b4b776ca49498 Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Tue, 29 Nov 2022 19:57:44 -0600 Subject: [PATCH] changelog --- docs/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index 35bafccf7..49a5eee0b 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -45,6 +45,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `autolabor` & `autohauler`: properly handle jobs 241, 242, and 243 - `autofarm`: add missing output flushes - `hotkeys`: correctly detect hotkeys bound to number keys, F11, or F12 +- `labormanager`: fix quern construction labor - Core: fix the segmentation fault with the REPORT event in EventManager - Core: fix the new JOB_STARTED event only sending each event once, to the first handler listed - Core: ensure ``foo.init`` always runs before ``foo.*.init`` (e.g. ``dfhack.init`` should always run before ``dfhack.something.init``)