From d96d49329b59e521a02f51b71218426d4d80468c Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Mon, 30 Mar 2015 10:33:29 -0400 Subject: [PATCH] CB-8717 Add note to releasenotes about removal of hidekeyboard and showkeyboard events --- RELEASENOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2abb6ddf..be5f75d6 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -50,7 +50,8 @@ Changes For Plugin Developers: * All builds [use Gradle by default](Android%20Shell%20Tool%20Guide_building_with_gradle), instead of Ant #### Other Changes #### -* CB-7085 Add onConfigurationChanged hook for plugins +* CB-8378 Removed `hidekeyboard` and `showkeyboard` events (apps should use a plugin instead) +* CB-7085 Add `onConfigurationChanged` hook for plugins * CB-8735 `bin/create` regex relaxed / better support for numbers * CB-8702 Add API for plugins to override `shouldInterceptRequest` with a stream * CB-8699 Fix CordovaResourceApi `copyResource` creating zero-length files when src=uncompressed asset