Browse Source

Release notes for #5885

Thibaud Colas 4 years ago
parent
commit
d97f940e58
3 changed files with 3 additions and 0 deletions
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      CONTRIBUTORS.rst
  3. 1 0
      docs/releases/2.10.rst

+ 1 - 0
CHANGELOG.txt

@@ -54,6 +54,7 @@ Changelog
  * Change Wagtail tabs implementation to only allow slug-formatted tab identifiers, reducing false positives from security audits (Matt Westcott)
  * Add skip link for keyboard users to bypass Wagtail navigation in the admin (Martin Coote)
  * Ensure errors during Postgres search indexing are left uncaught to assist troubleshooting (Karl Hobley)
+ * Add ability to edit images and embeds in rich text editor (Maylon Pedroso, Samuel Mendes, Gabriel Peracio)
  * Fix: Support IPv6 domain (Alex Gleason, Coen van der Kamp)
  * Fix: Ensure link to add a new user works when no users are visible in the users list (LB (Ben Johnston))
  * Fix: `AbstractEmailForm` saved submission fields are now aligned with the email content fields, `form.cleaned_data` will be used instead of `form.fields` (Haydn Greatnews)

+ 1 - 0
CONTRIBUTORS.rst

@@ -471,6 +471,7 @@ Contributors
 * Pascal Widdershoven
 * Max Gabrielsson
 * Steven Wood
+* Gabriel Peracio
 
 Translators
 ===========

+ 1 - 0
docs/releases/2.10.rst

@@ -79,6 +79,7 @@ Other features
  * Improve error feedback when editing a page with a missing model class (Andy Babic)
  * Change Wagtail tabs implementation to only allow slug-formatted tab identifiers, reducing false positives from security audits (Matt Westcott)
  * Ensure errors during Postgres search indexing are left uncaught to assist troubleshooting (Karl Hobley)
+ * Add ability to edit images and embeds in rich text editor (Maylon Pedroso, Samuel Mendes, Gabriel Peracio)
 
 
 Bug fixes