diff --git a/History.md b/History.md index af491d6359..62b794de93 100644 --- a/History.md +++ b/History.md @@ -143,6 +143,10 @@ * Add a unique index to the collection that stores OAuth login configuration to ensure that only one configuration exists per service. #3514 +* On the server, a new option + `Accounts.setPassword(user, password, { logout: false })` overrides the + default behavior of logging out all logged-in connections for the user. #3846 + ### Webapp