From 7435cd3a2a90c04c666dcbe7cdcbbb12d91005f2 Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Thu, 2 Jun 2016 13:05:41 +1000 Subject: [PATCH] Added note about PR#6180 to history --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index c88a49d785..ee57ac10a1 100644 --- a/History.md +++ b/History.md @@ -12,6 +12,7 @@ * Added support for `$eq` to Minimongo: https://github.com/meteor/meteor/pull/4235 * Insert a `Date` header into emails by default: https://github.com/meteor/meteor/pull/6916/files * `meteor test` now supports setting the bind address using `--port IP:PORT` the same as `meteor run` [PR #6964](https://github.com/meteor/meteor/pull/6964) [Issue #6961](https://github.com/meteor/meteor/issues/6961) +* `Meteor.apply` now takes a `noRetry` option to opt-out of automatically retrying non-idempotent methods on connection blips: [PR #6180](https://github.com/meteor/meteor/pull/6180) ## v1.3.2.3