diff --git a/HISTORY.md b/HISTORY.md index 1c0edda578c..e476b02119a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # Keyman Version History +## 17.0.300 beta 2024-04-02 + +* change(web): keyboard swaps keep original keyboards active until fully ready (#11108) +* fix(android/engine): Swap selection range if reversed (#11127) +* test(developer): keyboard info compiler unit tests (#11000) + ## 17.0.299 beta 2024-04-01 * fix(ios): address crash by reading full code point rather than code unit when trimming initial directional-mark (#11113) diff --git a/VERSION.md b/VERSION.md index a28de76ead1..86bc9bf5557 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -17.0.300 \ No newline at end of file +17.0.301 \ No newline at end of file