Jelajahi Sumber

release notes for #12751

Thibaud Colas 2 bulan lalu
induk
melakukan
d20c1b66bf
2 mengubah file dengan 6 tambahan dan 0 penghapusan
  1. 3 0
      CHANGELOG.txt
  2. 3 0
      docs/releases/6.4.md

+ 3 - 0
CHANGELOG.txt

@@ -25,6 +25,8 @@ Changelog
  * Add `page` as a third parameter to the `construct_wagtail_userbar` hook (claudobahn)
  * Enable breadcrumbs in revisions compare view (Sage Abdullah)
  * Skip loading of unused JavaScript to speed up 404 page rendering (Sage Abdullah)
+ * Replace l18n library with JavaScript Intl API for time zone options in Account view (Sage Abdullah)
+ * Use explicit label for defaulting to server language in account settings (Sage Abdullah)
  * Fix: Improve handling of translations for bulk page action confirmation messages (Matt Westcott)
  * Fix: Ensure custom rich text feature icons are correctly handled when provided as a list of SVG paths (Temidayo Azeez, Joel William, LB (Ben) Johnston)
  * Fix: Ensure manual edits to `StreamField` values do not throw an error (Stefan Hammer)
@@ -51,6 +53,7 @@ Changelog
  * Fix: Fix crash when loading the dashboard with only the "unlock" or "bulk delete" page permissions (Unyime Emmanuel Udoh, Sage Abdullah)
  * Fix: Improve deprecation warning for `WidgetWithScript` by raising it with `stacklevel=3` (Joren Hammudoglu)
  * Fix: Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal)
+ * Fix: Add missing heading and breadcrumbs in Account view (Sage Abdullah)
  * Docs: Move the model reference page from reference/pages to the references section as it covers all Wagtail core models (Srishti Jaiswal)
  * Docs: Move the panels reference page from references/pages to the references section as panels are available for any model editing, merge panels API into this page (Srishti Jaiswal)
  * Docs: Move the tags documentation to standalone advanced topic, instead of being inside the reference/pages section (Srishti Jaiswal)

+ 3 - 0
docs/releases/6.4.md

@@ -29,6 +29,8 @@ depth: 1
  * Add `page` as a third parameter to the [`construct_wagtail_userbar`](construct_wagtail_userbar) hook (claudobahn)
  * Enable breadcrumbs in revisions compare view (Sage Abdullah)
  * Skip loading of unused JavaScript to speed up 404 page rendering (Sage Abdullah)
+ * Replace l18n library with JavaScript Intl API for time zone options in Account view (Sage Abdullah)
+ * Use explicit label for defaulting to server language in account settings (Sage Abdullah)
 
 ### Bug fixes
 
@@ -59,6 +61,7 @@ depth: 1
  * Improve deprecation warning for `WidgetWithScript` by raising it with `stacklevel=3` (Joren Hammudoglu)
  * Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal)
  * Add missing `FilterField("created_at")` to `AbstractDocument` to fix ordering by `created_at` after searching in the documents index view (Srishti Jaiswal)
+ * Add missing heading and breadcrumbs in Account view (Sage Abdullah)
 
 ### Documentation