From e15ae4aa5865ddbe65bacab116a5dcc5c1b3b18d Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Wed, 13 Jan 2021 09:50:33 +0000 Subject: [PATCH] Added virtual function 'void on_task_added()' that is called when a task is added to a scheduler. --- support/Release notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/Release notes.txt b/support/Release notes.txt index 9e18b498..1677f046 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,6 +1,6 @@ =============================================================================== 19.4.07 -Added virtual function 'void on_task_added()' that is called when a task is added to a shceduler. +Added virtual function 'void on_task_added()' that is called when a task is added to a scheduler. =============================================================================== 19.3.7