From 0a7b7dbecba4c42ea3f1ae2707a8195cde1ed50e Mon Sep 17 00:00:00 2001 From: Ignacio Romero Date: Wed, 1 Nov 2017 15:24:58 -0700 Subject: [PATCH] [skip-ci] updating changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7bd555..8c4bdfbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ ## Version 1.9.6 ##### Hot Fixes & Enhancements: -- Fixed the text input not being interactive on iOS. Making `SLKTextInputbar` a UIView subclass instead of `UIToolbar`. +- Fixed the text input not being interactive on iOS 11 +- Fixed iPhone X issue where the text input bar wouldn't expand to the bottom of the screen, below the "gesture bar". ##### Deprecation: - Deprecated `-shouldProcessTextForAutoCompletion:` in favor of `-shouldProcessTextForAutoCompletion`