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). +

Migrating from a version older than 2.12?

-If you're migrating from a version of Meteor older than Meteor 2.12, there may +If you're migrating from a version of Meteor older than Meteor 2.12, there may be important considerations not listed in this guide. Please review the older migration guides for details: