From fa1050d8fb0439fa85ae532d259482a2062fbf43 Mon Sep 17 00:00:00 2001 From: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Date: Mon, 2 Feb 2026 11:19:19 +0530 Subject: [PATCH] docs(changelog): add lock screen crash fix entry (#396) Refs: https://github.com/FossifyOrg/Keyboard/issues/59 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6781f6f8..e1d84d1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Fixed +- Fixed keyboard crash on lock screen after device reboot ([#59]) ## [1.9.0] - 2026-01-30 ### Added @@ -137,6 +139,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release [#47]: https://github.com/FossifyOrg/Keyboard/issues/47 +[#59]: https://github.com/FossifyOrg/Keyboard/issues/59 [#62]: https://github.com/FossifyOrg/Keyboard/issues/62 [#78]: https://github.com/FossifyOrg/Keyboard/issues/78 [#79]: https://github.com/FossifyOrg/Keyboard/issues/79