Update Changelog for 0.6.0

This commit is contained in:
Clive Galway 2022-01-14 17:54:01 +00:00
parent 6964f67504
commit e0cddebae9

View File

@ -5,12 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
### Added
- AHI now does not use MultiMedia Timers to poll input every 1ms, it processes it immediately
### Changed
### Deprecated
### Removed
### Fixed
## [0.6.0] - 2022-01-14
### Changed
- Input is now processed faster. Rather than checking for input every 1ms, we now use Interception's `WaitWithTimeout` function
to process input as soon as it happens
## [0.5.3] - 2020-05-14
### Fixed
- Fix Issue 65: UnsubscribeMouseMoveRelative when subscribed with blocking enabled did not restore mouse movement