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.
This commit is contained in:
Ben Newman
2019-01-06 15:31:32 -05:00
parent e8612e59ec
commit 232e1ae8fe

View File

@@ -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