From b94f16e67c46784dfd2e4d4c4d9e9d5f637833b1 Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Wed, 19 Jul 2023 18:52:55 +1000 Subject: [PATCH] Fix a few minor typos in the 5.1 release notes / changelog --- CHANGELOG.txt | 2 +- docs/releases/5.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" > - +
```