Adds release notes for #4059.

pull/4172/head
Bertrand Bordage 2018-01-04 14:06:17 +01:00
rodzic d1978995c2
commit ca96902c56
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -48,6 +48,7 @@ Changelog
* Fix: Alt text of images in rich text is no longer truncated on double-quote characters (Matt Westcott)
* Fix: Ampersands in embed URLs within rich text are no longer double-escaped (Matt Westcott)
* Fix: Using RGBA images no longer crashes with Pillow >= 4.2.0 (Karl Hobley)
* Fix: Copying a page with PostgreSQL search enabled no longer crashes (Bertrand Bordage)
1.13.1 (17.11.2017)

Wyświetl plik

@ -66,6 +66,7 @@ Bug fixes
* Alt text of images in rich text is no longer truncated on double-quote characters (Matt Westcott)
* Ampersands in embed URLs within rich text are no longer double-escaped (Matt Westcott)
* Using RGBA images no longer crashes with Pillow >= 4.2.0 (Karl Hobley)
* Copying a page with PostgreSQL search enabled no longer crashes (Bertrand Bordage)
Upgrade considerations