From 5fab35f99975197e7e6979acbd1a1b712f413675 Mon Sep 17 00:00:00 2001 From: Clive Galway Date: Sat, 22 Jan 2022 11:55:35 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a1fc53..60bdd5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ Similar to the above example, if you sent Home, previously, only Home would be s LShift would not have been sent with a state of 2 as it should Also, Pause should send a state of 4, whereas before it sent a state of 2 - AhiScanCodeTester.ahk in Development Tools now works again +- Bug introduced in 0.7.0 whereby unsubscribing whilst a callback is still running would lock up the script is now fixed +(WorkerThreads now use Tasks and CancellationTokens) ## [0.7.0] - 2022-01 -17 ### Added