Add missing document migration instructions to changelog

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-18 10:04:46 +04:00
parent db852522a4
commit aee77184df

View File

@@ -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 <pg-dsn>`.
- Add prosemirror-based PDF rendering for documents
- Add migration command for document version markdown-to-prosemirror conversion