diff --git a/HISTORY.md b/HISTORY.md index 05f975e397b..95455d540f8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # Keyman Version History +## 19.0.205 alpha 2026-02-24 + +* fix(core): fix iterator in backspace handling (#15596) +* refactor(core): simplify loop for removing text (#15600) +* test(core): add LDML baseline test with minimal keyboard (#15608) + ## 19.0.204 alpha 2026-02-20 * maint(web): ensure Web build scripts handle paths with spaces properly (#15598) diff --git a/VERSION.md b/VERSION.md index 8b71bafa00c..616f6c21262 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -19.0.205 \ No newline at end of file +19.0.206 \ No newline at end of file