diff options
author | Claudius Coenen | 2019-05-31 15:21:57 +0200 |
---|---|---|
committer | GitHub | 2019-05-31 15:21:57 +0200 |
commit | 9140ca3c9602b2991b187396c153f2a36f68e8a6 (patch) | |
tree | 82aab23a70133755e13211f701ca99ed47b2ad93 /docs | |
parent | 51d69d993cdca66c0e7da21e1df973ad585448e8 (diff) | |
parent | 8d576895ead944c34070d9b9471a161d4588da47 (diff) |
Merge pull request #98 from codimd/ccoenen-patch-1
mentioning the node 6 deprecation along with the migration guide
Diffstat (limited to '')
-rw-r--r-- | docs/guides/migrations-and-breaking-changes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/guides/migrations-and-breaking-changes.md b/docs/guides/migrations-and-breaking-changes.md index 776055b6..ef65db1c 100644 --- a/docs/guides/migrations-and-breaking-changes.md +++ b/docs/guides/migrations-and-breaking-changes.md @@ -1,6 +1,10 @@ Migrations and Notable Changes === +## Migrating to 1.4.0 + +We dropped support for node 6 with this version. If you have any trouble running this version, please double check that you are running at least node 8! + ## Migrating to 1.3.2 This is not a breaking change, but to stay up to date with the community |