diff --git a/History.md b/History.md index 457e2cdfaf..2174d000d7 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,9 @@ ## v.NEXT +* When a user changes their password, all login tokens except the one + being used to change the password now get deleted, which results in + other clients being logged out. + * Support oplog tailing on queries with the `limit` option. All queries except those containing `$near` or `$where` selectors or the `skip` option can now be used with the oplog driver.