Add History entry for Meteor.logoutOtherClients callback.

This commit is contained in:
Emily Stark
2014-04-17 16:24:02 -07:00
parent f68908b330
commit 298e386aba

View File

@@ -18,6 +18,10 @@
* Add `Random.secret()` for generating security-critical secrets like
login tokens.
* `Meteor.logoutOtherClients` now calls the user callback when other
login tokens have actually been removed from the database, not when
they have been marked for eventual removal. Fixes #1915.
* Upgraded dependencies:
- Node.js from 0.10.25 to 0.10.26.
- MongoDB driver from 1.3.19 to 1.4.1