From 1be1f2f5d535cf3fefaabcbf8da048e780c4d445 Mon Sep 17 00:00:00 2001
From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com>
Date: Mon, 9 Oct 2023 17:42:54 -0300
Subject: [PATCH] docs: added 2.14 migration guide
---
guide/source/2.14-migration.md | 48 ++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 guide/source/2.14-migration.md
diff --git a/guide/source/2.14-migration.md b/guide/source/2.14-migration.md
new file mode 100644
index 0000000000..7b623187dd
--- /dev/null
+++ b/guide/source/2.14-migration.md
@@ -0,0 +1,48 @@
+---
+title: Migrating to Meteor 2.14
+description: How to migrate your application to Meteor 2.14.
+---
+
+Most of the new features in Meteor 2.14 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).
+
+
+
Changes in Meteor 2.14
+
+TODO
+
+
+Migrating from a version older than 2.13?
+
+If you're migrating from a version of Meteor older than Meteor 2.13, there may
+be important considerations not listed in this guide.
+ Please review the older migration guides for details:
+
+* [Migrating to Meteor 2.13](2.13-migration.html) (from 2.12)
+* [Migrating to Meteor 2.12](2.12-migration.html) (from 2.11)
+* [Migrating to Meteor 2.11](2.11-migration.html) (from 2.10)
+* [Migrating to Meteor 2.10](2.10-migration.html) (from 2.9)
+* [Migrating to Meteor 2.9](2.9-migration.html) (from 2.8)
+* [Migrating to Meteor 2.8](2.8-migration.html) (from 2.7)
+* [Migrating to Meteor 2.7](2.7-migration.html) (from 2.6)
+* [Migrating to Meteor 2.6](2.6-migration.html) (from 2.5)
+* [Migrating to Meteor 2.5](2.5-migration.html) (from 2.4)
+* [Migrating to Meteor 2.4](2.4-migration.html) (from 2.3)
+* [Migrating to Meteor 2.3](2.3-migration.html) (from 2.2)
+* [Migrating to Meteor 2.2](2.2-migration.html) (from 2.0)
+* [Migrating to Meteor 2.0](2.0-migration.html) (from 1.12)
+* [Migrating to Meteor 1.12](1.12-migration.html) (from 1.11)
+* [Migrating to Meteor 1.11](1.11-migration.html) (from 1.10.2)
+* [Migrating to Meteor 1.10.2](1.10.2-migration.html) (from 1.10)
+* [Migrating to Meteor 1.10](1.10-migration.html) (from 1.9.3)
+* [Migrating to Meteor 1.9.3](1.9.3-migration.html) (from 1.9)
+* [Migrating to Meteor 1.9](1.9-migration.html) (from 1.8.3)
+* [Migrating to Meteor 1.8.3](1.8.3-migration.html) (from 1.8.2)
+* [Migrating to Meteor 1.8.2](1.8.2-migration.html) (from 1.8)
+* [Migrating to Meteor 1.8](1.8-migration.html) (from 1.7)
+* [Migrating to Meteor 1.7](1.7-migration.html) (from 1.6)
+* [Migrating to Meteor 1.6](1.6-migration.html) (from 1.5)
+* [Migrating to Meteor 1.5](1.5-migration.html) (from 1.4)
+* [Migrating to Meteor 1.4](1.4-migration.html) (from 1.3)
+* [Migrating to Meteor 1.3](1.3-migration.html) (from 1.2)