From e90333815fe59d2cf9a3bb22174a9ca5bfadcb86 Mon Sep 17 00:00:00 2001 From: Clive Galway Date: Sun, 20 Feb 2022 16:47:09 +0000 Subject: [PATCH] Update Changelog for 0.8.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea17ac8..425ce05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] ### Added +### Changed +### Deprecated +### Removed +### Fixed + +## [0.8.0] - 2022-02-20 +### Added - Add two SubscribeAbsolute example scripts which show how to process movement data coming from a tablet ### Changed - Input is now processed even faster @@ -26,7 +33,7 @@ Also, Pause should send a state of 4, whereas before it sent a state of 2 - 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 +## [0.7.0] - 2022-01-17 ### Added - Add RemoveContextManager() to remove a Context Manager ### Changed