From 7ead20376fe557deb0ddebd16b7efb589f44b5a7 Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Thu, 6 May 2021 12:31:56 +0200 Subject: [PATCH] Fix double "changes" section in 1.9 release notes --- History.md | 2 -- 1 file changed, 2 deletions(-) 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.