Changelog/release notes

pull/5941/head
Karl Hobley 2020-04-08 11:12:57 +01:00
rodzic 5afafa151c
commit 9d4009bebb
3 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -41,6 +41,8 @@ Changelog
* Fix: Added `scope` attribute to table headers in TableBlock output (Quadric)
* Fix: Prevent KeyError when accessing a StreamField on a deferred queryset (Paulo Alvarado)
* Fix: Hide empty 'view live' links (Karran Besen)
* Fix: Mark up a few strings for translation (Luiz Boaretto)
* Fix: Invalid focal_point attribute on image edit view (Michał (Quadric) Sieradzki)
2.8 (03.02.2020)

Wyświetl plik

@ -443,6 +443,7 @@ Contributors
* Paulo Alvarado
* Karran Besen
* Mohamed Feddad
* Michał (Quadric) Sieradzki
Translators
===========

Wyświetl plik

@ -59,6 +59,8 @@ Bug fixes
* Added ``scope`` attribute to table headers in TableBlock output (Quadric)
* Prevent KeyError when accessing a StreamField on a deferred queryset (Paulo Alvarado)
* Hide empty 'view live' links (Karran Besen)
* Mark up a few strings for translation (Luiz Boaretto)
* Invalid focal_point attribute on image edit view (Michał (Quadric) Sieradzki)
Upgrade considerations