update changelog

develop
myk002 2022-03-12 12:31:25 -08:00 committed by Myk
parent 7c665dcb7a
commit 82910015c1
1 changed files with 1 additions and 0 deletions

@ -44,6 +44,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- `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
- `stocks`: allow search terms to match the full item label, even when the label is truncated for length
## Documentation
- Add more examples to the plugin skeleton files so they are more informative for a newbie