From 3fd635cf2ea9a41c56e820a51a62605353de2fba Mon Sep 17 00:00:00 2001 From: Clive Galway Date: Sat, 15 Jan 2022 23:57:08 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f3354..28d81b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ Then SubscribeKey now takes precedence (SubscribeKey callback fires, and Subscri - If you had Context Mode enabled for a keyboard, and a SubscribeKey or SubscribeKeyboard subscription for the same keyboard then using UnsubscribeKey or UnsubscribeKeyboard would disable Context Mode - CreateContextManager now correctly throws an error if one already exists +- When unsubscribing from a mouse movement which was not subscribed in Concurrent mode, the WorkerThread is now properly Disposed ## [0.6.0] - 2022-01-14 ### Changed