From 82910015c1b0fc84dfc0849b1921df5943ece8a6 Mon Sep 17 00:00:00 2001 From: myk002 Date: Sat, 12 Mar 2022 12:31:25 -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 1938f64b3..68d30a252 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -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