From 6e08844a862a1198cdc14e4e4fa6d78d0ec73b52 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Mon, 13 Feb 2017 18:48:09 +0200 Subject: [PATCH] Add history entry for changes to `url` Array/Object encoding (#8261) --- History.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/History.md b/History.md index 24a55bb015..3881d0cc73 100644 --- a/History.md +++ b/History.md @@ -54,6 +54,14 @@ - [PR(`meetup`) #8321](https://github.com/meteor/meteor/pull/8321) - [PR(`weibo`) #8302](https://github.com/meteor/meteor/pull/8302) +* The `url` and `http` packages now encode to a less error-prone + format which more closely resembles that used by PHP, Ruby, `jQuery.param` + and others. `Object`s and `Array`s can now be encoded, however, if you have + previously relied on `Array`s passed as `params` being simply `join`-ed with + commas, you may need to adjust your `HTTP.call` implementations. + [#8261](https://github.com/meteor/meteor/pull/8261) and + [#8342](https://github.com/meteor/meteor/pull/8342). + * The `npm` npm package is still at version 4.1.2 (as it was when Meteor 1.4.3 was originally published), even though `npm` was downgraded to 3.10.9 in Meteor 1.4.2.7.