diff --git a/docs/Release Notes/Release Notes/v0.94.0.md b/docs/Release Notes/Release Notes/v0.94.0.md index ecc1e08c0..a54b7e855 100644 --- a/docs/Release Notes/Release Notes/v0.94.0.md +++ b/docs/Release Notes/Release Notes/v0.94.0.md @@ -20,12 +20,15 @@ * Improved the text editor style, to match the TriliumNext. * Footnotes work in image captions by @werererer -* Improvements to text notes, thanks updates to the editor (see the in-app help for more details): +* Improvements to text notes (see the in-app help for more details): + * Updated to the latest version of the CKEditor which brings significant bugfixes and performance improvements. * Bookmarks, similar to HTML anchors. * Emojis. * [Make it show which node triggered the event when right-clicking on tree](https://github.com/TriliumNext/Notes/pull/1861) by @SiriusXT * [Only expand/collapse the left pane of the focused window](https://github.com/TriliumNext/Notes/pull/1905) by @SiriusXT -* Code notes now have support for GDScript (Godot). +* Code notes: + * Updated to a new generation of CodeMirror. Since it's a significant update, bug reports are welcome. + * Added the GDScript (Godot) language. * Mermaid diagrams: basic syntax highlight (not all diagram types are supported) and code folding. ## 📖 Documentation