Browse Source

Release note for #11591

Sage Abdullah 1 năm trước cách đây
mục cha
commit
548e8dfac2
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      docs/releases/6.0.md

+ 1 - 0
CHANGELOG.txt

@@ -109,6 +109,7 @@ Changelog
  * Fix: Ensure that TableBlock cells are accessible when using keyboard control only (Elhussein Almasri)
  * Fix: Resolve issue where clicking Publish for a Page that was in workflow in Safari would block publishing and not trigger the workflow confirmation modal (Alex Morega)
  * Fix: Fix pagination links on model history and usage views (Matt Westcott)
+ * Fix: Fix crash when accessing workflow reports with a deleted snippet (Sage Abdullah)
  * Docs: New developer tutorial (Damilola Oladele, Meagen Voss, Thibaud Colas)
  * Docs: Document, for contributors, the use of translate string literals passed as arguments to tags and filters using `_()` within templates (Chiemezuo Akujobi)
  * Docs: Document all features for the Documents app in one location (Neeraj Yetheendran)

+ 1 - 0
docs/releases/6.0.md

@@ -148,6 +148,7 @@ This release comes with a high number of accessibility improvements across the a
  * Ensure that `default_ordering` set on IndexView is preserved if ModelViewSet does not specify an explicit ordering (Cynthia Kiser)
  * Resolve issue where clicking Publish for a Page that was in workflow in Safari would block publishing and not trigger the workflow confirmation modal (Alex Morega)
  * Fix pagination links on model history and usage views (Matt Westcott)
+ * Fix crash when accessing workflow reports with a deleted snippet (Sage Abdullah)
 
 
 ### Documentation