update changelog

develop
myk002 2022-03-12 13:12:00 -08:00 committed by Myk
parent e60ef479c6
commit 25d37143e4
1 changed files with 1 additions and 0 deletions

@ -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