From 4db421ca36e9afe1c9ef55b33effcbc16a9ad5f3 Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Fri, 27 Mar 2015 16:33:43 -0400 Subject: [PATCH] CB-8717 Add OkHttp removal to RELEASENOTES --- RELEASENOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 470a4535..2abb6ddf 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -62,6 +62,7 @@ Changes For Plugin Developers: * CB-8548 Use debug-signing.properties and release-signing.properties when they exist * CB-8545 Don't add a layout as a parent of the WebView * CB-7159 BackgroundColor not used when ``, nor during screen rotation +* CB-6630 Removed OkHttp from core library. It's now available as a plugin: [cordova-plugin-okhttp](https://www.npmjs.com/package/cordova-plugin-okhttp) ### Release 3.7.1 (January 2015) ### * CB-8411 Initialize plugins only after `createViews()` is called (regression in 3.7.0)