From a349ddde56d957897542b7473b09797e5e9ecb44 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sun, 4 Jun 2023 20:47:03 +0200 Subject: [PATCH] doc: add note about arm64 to the release notes Signed-off-by: Tilman Vatteroth --- public/docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md index 16bc15a5e..7fe84ad59 100644 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -14,6 +14,7 @@ special actions. - Allow setting of `documentMaxLength` via `CMD_DOCUMENT_MAX_LENGTH` environment variable. - Add dedicated healthcheck endpoint at /_health that is less resource intensive than /status. - Compatibility with Node.js 18 and later +- Add support for the arm64 architecture in the docker image ### Bugfixes - Fix that permission errors can break existing connections to a note, causing inconsistent note content and changes not being saved