diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0b83566652..9c0fb39e25 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 302dcf6d31..84fdc3da53 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -443,6 +443,7 @@ Contributors * Paulo Alvarado * Karran Besen * Mohamed Feddad +* Michał (Quadric) Sieradzki Translators =========== diff --git a/docs/releases/2.9.rst b/docs/releases/2.9.rst index 1315cc0715..7701a5504a 100644 --- a/docs/releases/2.9.rst +++ b/docs/releases/2.9.rst @@ -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