From 6f8d139fa503e72ddcbbc754b091be70b96c7d10 Mon Sep 17 00:00:00 2001 From: Leonardo Venturini Date: Mon, 26 Aug 2024 14:54:41 -0400 Subject: [PATCH] Update v3-docs/docs/about/roadmap.md Co-authored-by: Henrique Schmaiske <59376543+henriquealbert@users.noreply.github.com> --- v3-docs/docs/about/roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-docs/docs/about/roadmap.md b/v3-docs/docs/about/roadmap.md index a7ae8481af..5233abb91c 100644 --- a/v3-docs/docs/about/roadmap.md +++ b/v3-docs/docs/about/roadmap.md @@ -23,7 +23,7 @@ Contributors are encouraged to focus their efforts on work that aligns with the > After removing fibers, we became heavily reliant on async resources and consequently Async Hooks/Async Local Storage, which has a performance cost, we need to optimize that. - Bringing community packages to the core -> Some packages are widely used and should be part of the core, so this involves identifying and moving them there. +> Some packages are widely used and should be part of the core, which involves identifying and moving them to the core. - MongoDB Change Streams support ([Discussion](https://github.com/meteor/meteor/discussions/11842)) > Change Streams is the official way to listen to changes in MongoDB. We should provide a way to use it seamlessly in Meteor. It has been planned for a long time, and now we’re in a position to do it.