From 48e3d077601802bed369104ea332c87ee5cac215 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba Date: Thu, 2 Feb 2023 10:37:33 -0300 Subject: [PATCH] docs: updated 2.11.md docs --- docs/generators/changelog/versions/2.11.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/generators/changelog/versions/2.11.md b/docs/generators/changelog/versions/2.11.md index 15645fce4c..942cb03b2d 100644 --- a/docs/generators/changelog/versions/2.11.md +++ b/docs/generators/changelog/versions/2.11.md @@ -41,6 +41,7 @@ Read our [Migration Guide](https://guide.meteor.com/2.11-migration.html) for thi * `mongo@1.16.5`: - In async wrappers, catch exceptions and reject + - Updated MongoDB types to match driver version 4.13.0 and MongoDB server version 6.0.3 * `Tracker@1.3.1`: - Added missing withComputation method in types @@ -55,7 +56,7 @@ Read our [Migration Guide](https://guide.meteor.com/2.11-migration.html) for thi - Updated typescript to version 4.9.4. * `appcache@1.2.8` - - Depracated appcache package. [applicationCache](https://developer.mozilla.org/en-US/docs/Web/API/Window/applicationCache), which this package relies on, has been deprecated and is not available on the latest browsers. + - Deprecated appcache package. [applicationCache](https://developer.mozilla.org/en-US/docs/Web/API/Window/applicationCache), which this package relies on, has been deprecated and is not available on the latest browsers. #### Special thanks to