summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDavid Mehren2021-04-22 18:46:01 +0200
committerDavid Mehren2021-04-22 22:52:38 +0200
commite1df30bd5c46ec8d99d5758df748f035ec93b44b (patch)
treed1a6ec80b6aeac40d511ae72a62d1a7682f5197f /public
parent5cef3d4ac7cc4a40e7c7c6d8f6cc4db1cf9f53ef (diff)
Raise minimum required Node.js version to 12
As Node 10 will be EOL at April 30th, we should stop supporting and/or promoting the usage of that version. See also https://endoflife.date/nodejs Signed-off-by: David Mehren <git@herrmehren.de>
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 b12644a2..02746a1a 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.