mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
docs: updated migration guide
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
<h2 id="older-versions">Migrating from a version older than 2.12?</h2>
|
||||
|
||||
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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user