Skip to content

Commit

Permalink
Fix a few minor typos in the 5.1 release notes / changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lb- authored and zerolab committed Jul 19, 2023
1 parent 112fa6b commit b94f16e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/5.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
<input type="text" name="q" data-w-swap-target="input" id="id_q" data-w-swap-target="input" />
<input type="text" name="q" id="id_q" data-w-swap-target="input" />
</form>
<div id="some-results"></div>
```

0 comments on commit b94f16e

Please sign in to comment.