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.