Mention meteor-promise@0.8.7 update in History.md.

This commit is contained in:
Ben Newman
2018-12-06 12:20:25 -05:00
parent ad2d715367
commit 0fcc7ddd46

View File

@@ -28,6 +28,11 @@ 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