From aee77184dfa13c1e8d9039e3d2c66771bd69aaa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Sat, 18 Apr 2026 10:04:46 +0400 Subject: [PATCH] Add missing document migration instructions to changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da2b788fa..c3384f62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -226,6 +226,7 @@ All notable changes to this project will be documented in this file. ### Added - Add rich text editor for documents with TipTap (tables, links, mermaid diagrams, slash commands, auto-save) + Migration of existing documents should be done running `cmd/migrate-document-versions-markdown/main.go -pg-dsn `. - Add prosemirror-based PDF rendering for documents - Add migration command for document version markdown-to-prosemirror conversion