diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c95dc485ba..0cca8c3e90 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -13,7 +13,7 @@ Changelog * Fix: When editing a document link in rich text, the document ID is no longer erroneously interpreted as a page ID (Stephen Rice) * Fix: Removing embedded media from rich text by mouse click action now gets correctly registered as a change to the field (Loic Teixeira) - * Fix: Rich text editor is no longer broken in InlinePanels (Matt Westcott, Yann Fouillat) + * Fix: Rich text editor is no longer broken in InlinePanels (Matt Westcott, Gagaro) * Fix: Rich text editor is no longer broken in settings (Matt Westcott) * Fix: Link tooltip now shows correct urls for newly inserted document links (Matt Westcott) * Fix: Now page chooser (in a rich text editor) opens up at the link's parent page, rather than at the page itself (Matt Westcott) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 6addc53bd8..93bf1c33fb 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -139,7 +139,7 @@ Contributors * Robert Moggach * Stephen Rice * Behzad Nategh -* Yann Fouillat +* Yann Fouillat (Gagaro) Translators =========== diff --git a/docs/releases/1.5.1.rst b/docs/releases/1.5.1.rst index a7401db620..e3ead9ccea 100644 --- a/docs/releases/1.5.1.rst +++ b/docs/releases/1.5.1.rst @@ -16,7 +16,7 @@ Bug fixes * When editing a document link in rich text, the document ID is no longer erroneously interpreted as a page ID (Stephen Rice) * Removing embedded media from rich text by mouse click action now gets correctly registered as a change to the field (Loic Teixeira) - * Rich text editor is no longer broken in InlinePanels (Matt Westcott, Yann Fouillat) + * Rich text editor is no longer broken in InlinePanels (Matt Westcott, Gagaro) * Rich text editor is no longer broken in settings (Matt Westcott) * Link tooltip now shows correct urls for newly inserted document links (Matt Westcott) * Now page chooser (in a rich text editor) opens up at the link's parent page, rather than at the page itself (Matt Westcott)