Skip to content

Commit

Permalink
Update History for rawConnectHandlers
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Stark committed Feb 20, 2014
1 parent 36b7cd7 commit 6ca69af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions History.md
Expand Up @@ -155,8 +155,10 @@

* Oauth.initiateLogin is deprecated in favor of Oauth.showPopup.

* User-supplied connect handlers now see the URL's full path, even if
ROOT_URL contains a non-empty path.
* Add `WebApp.rawConnectHandlers` for adding connect handlers that run
before any other Meteor handlers; raw connect handlers see the URL's
full path (even if ROOT_URL contains a non-empty path) and they run
before static assets are served.

* Don't cache direct references to the fields arguments to the subscription
`added` and `changed` methods. #1750
Expand Down

0 comments on commit 6ca69af

Please sign in to comment.