Browse Source

Release note for #10533

Matt Westcott 1 year ago
parent
commit
55a5f16a8e
2 changed files with 2 additions and 0 deletions
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      docs/releases/5.1.md

+ 1 - 0
CHANGELOG.txt

@@ -24,6 +24,7 @@ Changelog
  * Maintenance: Optimise use of `specific` on Task and TaskState (Matt Westcott)
  * Maintenance: Use table UI component for workflow task index view (Matt Westcott)
  * Maintenance: Make header search available on generic index view (Matt Westcott)
+ * Maintenance: Update pagination behaviour to reject out-of-range / invalid page numbers (Matt Westcott)
 
 
 5.0.1 (25.05.2023)

+ 1 - 0
docs/releases/5.1.md

@@ -45,6 +45,7 @@ FieldPanels can now be marked as read-only with the `read_only=True` keyword arg
  * Optimise use of `specific` on Task and TaskState (Matt Westcott)
  * Use table UI component for workflow task index view (Matt Westcott)
  * Make header search available on generic index view (Matt Westcott)
+ * Update pagination behaviour to reject out-of-range / invalid page numbers (Matt Westcott)
 
 
 ## Upgrade considerations