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