From b4118b585a181e8d199ce8a6536eff5aa9aa6e4f Mon Sep 17 00:00:00 2001 From: Brady Fomegne Date: Sat, 2 Mar 2024 10:14:20 +0100 Subject: [PATCH] doc(changelog): update (#174) Make it follow the "keep a changelog" recommandation --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50f80a6..5444d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Improve the pause/resume way via double pressing of CTRL key. [(#54)](https://github.com/pythonbrad/afrim/pull/54) + +### Removed - Drop function key F1-12 which was reserved for special purposes. [(#62)](https://github.com/pythonbrad/afrim/pull/62) ## [0.3.0] - 2023-06-02