From cb5c8279d076070e8a52d2be3dfed82f1472d580 Mon Sep 17 00:00:00 2001 From: Avital Oliver Date: Mon, 7 May 2012 11:32:27 -0700 Subject: [PATCH] Update History.md to reflect new Meteor.connect API --- History.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.md b/History.md index 5cf9d05867..6a654fa653 100644 --- a/History.md +++ b/History.md @@ -1,6 +1,8 @@ ## vNEXT +* Simplified API for Meteor.connect, which now receives a URL to a Meteor app rather than to a sockjs endpoint. + * Add support for focus and blur in event maps. #108 * Support change and submit events on older IE browsers.