From 232e1ae8fe67211d92bd481bd696e016e44fb76c Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Sun, 6 Jan 2019 15:31:32 -0500 Subject: [PATCH] Move meteor-{babel,promise} updates into v1.8.0.2 section of History.md. While these updates were technically available to Meteor 1.8.0.1 apps, the Meteor release version did not enforce the updates, and the old versions were still included in the Meteor 1.8.0.1 dev bundle. In other words, Meteor 1.8.0.2 is the release where these updates were fully enforced. --- History.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/History.md b/History.md index 2e4f5dc7c1..0185e53e9a 100644 --- a/History.md +++ b/History.md @@ -24,6 +24,14 @@ N/A (or `meteor test --full-app`). [PR #10402](https://github.com/meteor/meteor/pull/10402) +* The `meteor-promise` package has been updated to version 0.8.7, which + includes a [commit](https://github.com/meteor/promise/commit/bbe4f0d20b70417950381aea112993c4cc8c1168) + that should prevent memory leaks when excess fibers are discarded from + the `Fiber` pool. + +* The `meteor-babel` npm package has been updated to version 7.2.0, + improving source maps for applications with custom `.babelrc` files. + ## v1.8.0.1, 2018-11-23 ### Breaking changes @@ -34,9 +42,6 @@ N/A ### Changes -* The `meteor-babel` npm package has been updated to version 7.2.0, - improving source maps for applications with custom `.babelrc` files. - * The `useragent` npm package used by `webapp` and (indirectly) by the `modern-browsers` package has been updated from 2.2.1 to 2.3.0. The `chromium` browser name has been aliased to use the same minimum modern @@ -44,11 +49,6 @@ N/A case-insensitively by the `modern-browsers` package. [PR #10334](https://github.com/meteor/meteor/pull/10334) -* The `meteor-promise` package has been updated to version 0.8.7, which - includes a [commit](https://github.com/meteor/promise/commit/bbe4f0d20b70417950381aea112993c4cc8c1168) - that should prevent memory leaks when excess fibers are discarded from - the `Fiber` pool. - * Fixed a module caching bug that allowed `findImportedModuleIdentifiers` to return the same identifiers for the modern and legacy versions of a given module, even if the set of imported modules is different (for