From ee87bdbcca7248da5859a51cef5afd6401d76ec9 Mon Sep 17 00:00:00 2001 From: Martijn Walraven Date: Thu, 24 Sep 2015 16:02:20 +0200 Subject: [PATCH] Update History.md with Cordova plugin fix and Crosswalk update --- History.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/History.md b/History.md index 6c5bf5c3dc..3d544749ad 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,8 @@ ## v.NEXT +* Update Crosswalk plugin for Cordova to 1.3.0. +* Fix `meteor add` for a Cordova plugin using a Git URL with SHA. + ## v1.2.0.1, 2015-Sept-22 * Fix internal exception caused by missing exports. #5228