From 25d37143e470bcd17f04e2c5ec64fa2fbda20102 Mon Sep 17 00:00:00 2001 From: myk002 Date: Sat, 12 Mar 2022 13:12:00 -0800 Subject: [PATCH] update changelog --- docs/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index 68d30a252..4affd8b6e 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -41,6 +41,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - `luasocket` (and others): return correct status code when closing socket connections ## Misc Improvements +- `dig-now`: handle fortification carving - `EventManager`: add new event type ``JOB_STARTED``, triggered when a job first gains a worker - `EventManager`: add new event type ``NEW_UNIT_ACTIVE``, triggered when a new unit appears on the active list - `EventManager`: now each registered handler for an event can have its own frequency instead of all handlers using the lowest frequency of all handlers