diff --git a/History.md b/History.md index 3405f4f551..c5e2a155b1 100644 --- a/History.md +++ b/History.md @@ -576,8 +576,6 @@ N/A * Facebook OAuth has been updated to call v5 API endpoints. [PR #10738](https://github.com/meteor/meteor/pull/10738) -### Changes - * `Meteor.user()`, `Meteor.findUserByEmail()` and `Meteor.findUserByUserName()` can take a new `options` parameter which can be used to limit the returned fields. Useful for minimizing DB bandwidth on the server and avoiding unnecessary reactive UI updates on the client.