From 81000f650f71e577d609ed5bcc5e3faa168978bf Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Wed, 26 Jul 2023 08:24:26 -0300 Subject: [PATCH] docs: updated migration guide --- guide/source/2.13-migration.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/guide/source/2.13-migration.md b/guide/source/2.13-migration.md index c9f43f0305..1b98886134 100644 --- a/guide/source/2.13-migration.md +++ b/guide/source/2.13-migration.md @@ -3,18 +3,23 @@ title: Migrating to Meteor 2.13 description: How to migrate your application to Meteor 2.13. --- -Most of the new features in Meteor 2.13 are either applied directly behind the +Most of the new features in Meteor 2.13 are either applied directly behind the scenes (in a backwards compatible manner) or are opt-in. For a complete breakdown of the changes, please refer to the [changelog](http://docs.meteor.com/changelog.html). -The above being said, there are a few items that you should implement to +The above being said, there are a few items that you should implement to have easier time in the future. -TODO +For this release all the changes are for quality of life improvements and +there are no breaking changes. + +for more information on the changes in this release, please refer to the +[changelog](http://docs.meteor.com/changelog.html). +