summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDavid Mehren2021-04-25 20:10:46 +0200
committerGitHub2021-04-25 20:10:46 +0200
commitc8e2117452c905a75c4644e4e2c2dea95aaa8f81 (patch)
tree8f70b9b4efba9279f7289ab3024243567c0ef298 /public
parentdcf72148cebd817399fc0e6067709281fdf2dac9 (diff)
parentd52a43e81110126e900fbeb46f2255c1375520ce (diff)
Merge pull request #1167 from hedgedoc/maintenance/master/remove_node_10
Diffstat (limited to 'public')
-rw-r--r--public/docs/release-notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md
index 12932ce5..86f7b979 100644
--- a/public/docs/release-notes.md
+++ b/public/docs/release-notes.md
@@ -1,5 +1,8 @@
# Release Notes
## <i class="fa fa-tag"></i> 1.8.0 <i class="fa fa-calendar-o"></i> UNRELEASED
+
+**Please note:** This release dropped support for Node 10, which is end-of-life since April 2021. You now need at least Node 12 to run HedgeDoc, but we recommend running [the latest LTS release](https://nodejs.org/en/about/releases/).
+
### Features
- Database migrations are now automatically applied on application startup.
The separate `.sequelizerc` configuration file is no longer necessary and can be safely deleted.