From 5a8f5a958de7075317fcebfb1bdbc34e9e8f0cfd Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Wed, 13 Nov 2019 07:14:16 +1100 Subject: [PATCH] chore(web): history --- web/history.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/web/history.md b/web/history.md index 021fd33d8f..ececec1c82 100644 --- a/web/history.md +++ b/web/history.md @@ -2,10 +2,17 @@ ## 13.0 alpha * Start version 13.0 -* Testing for upcoming patch to stable: - * Fixes issue with mnemonic keyboard handling of backspace and delete keys (#2288) - * Fix for iOS Safari's "Request Desktop Website" option disabling touch interactivity (#2283) - * Fix for keyboards using rules with the `nul` statement that replace the full context (#2284) + +## 2019-11-13 12.0.102 stable +* Fixes issue with mnemonic keyboard handling of backspace and delete keys (#2288) +* Fix for iOS Safari's "Request Desktop Website" option disabling touch interactivity (#2283) +* Fix for keyboards using rules with the `nul` statement that replace the full context (#2284) + +## 2019-10-10 12.0.101 stable +* Fixes issue with keyboards requiring special state notifications, such as the CJK picker keyboards (#2194) + +## 2019-10-07 12.0.100 stable +* Release 12.0 ## 2019-10-04 12.0.90 beta * Fixes next-layer management complications with predictive correction data computation (#2172)