Update History.md to reflect new Meteor.connect API

This commit is contained in:
Avital Oliver
2012-05-07 11:32:27 -07:00
parent ee201b68d0
commit cb5c8279d0

View File

@@ -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.