Fix double "changes" section in 1.9 release notes

This commit is contained in:
Jan Dvorak
2021-05-06 12:31:56 +02:00
parent 59be9d6fc0
commit 7ead20376f

View File

@@ -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.