diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 57f72010382a..3b0f9cd5546b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -16,7 +16,7 @@ Changelog * Mark calls to `md5` as not being used for secure purposes, to avoid flagging on FIPS-mode systems (Sean Kelly) * Return filters from `parse_query_string` as a `QueryDict` to support multiple values (Aman Pandey) * Explicitly specify `MenuItem.name` for all admin menu and submenu items (Justin Koestinger) - * Add oEmbed provider patterns for YouTube Shorts Shorts and YouTube Live URLs (valnuro, Fabien Le Frapper) + * Add oEmbed provider patterns for YouTube Shorts and YouTube Live URLs (valnuro, Fabien Le Frapper) * Add initial implementation of `PagePermissionPolicy` (Sage Abdullah) * Refactor `UserPagePermissionsProxy` and `PagePermissionTester` to use `PagePermissionPolicy` (Sage Abdullah, Tidiane Dia) * Add a predictable default ordering of the "Object/Other permissions" in the Group Editing view, allow this ordering to be customised (Daniel Kirkham) diff --git a/docs/releases/5.1.md b/docs/releases/5.1.md index 352e3901531d..dd82145c36e3 100644 --- a/docs/releases/5.1.md +++ b/docs/releases/5.1.md @@ -489,7 +489,7 @@ Alternatively, if you have customisations that manually declare or override `win data-w-swap-src-value="{{ my_async_results_url }}" data-w-swap-target-value="#some-results" > - +
```