From 0fcc7ddd46d0ef8a278376ba64538210486ab646 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Thu, 6 Dec 2018 12:20:25 -0500 Subject: [PATCH] Mention meteor-promise@0.8.7 update in History.md. --- History.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/History.md b/History.md index cbb905efc4..cb042f4bbd 100644 --- a/History.md +++ b/History.md @@ -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