From a6f12848ed136bc99e32e25c8d5b6e1dc7c632a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sat, 11 Aug 2018 01:48:44 +0200 Subject: [PATCH] Add timer related changelog entry. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e08a92..950ce08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ Device Protocol: 4.**4.0** | Module Protocol: 4.0.0 | User Config: 4.1.0 | Hardw Device Protocol: 4.3.1 | Module Protocol: 4.0.0 | User Config: 4.1.0 | Hardware Config: 1.0.0 - Implement the macro engine. +- Fix the timer which makes it tick twice as fast as before. - Fix the nondeterministic bug that made USB hang. - Restore the Windows related commits of firmware 8.3.1 because the USB hang bug has been fixed. - Restore debouncing to 100ms until it gets really fixed.