From 692d3b9abfdead9a00917f2344e8d6297a8ada8b Mon Sep 17 00:00:00 2001 From: "Openverse (Bot)" <101814513+openverse-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 04:33:40 +1000 Subject: [PATCH] Publish changelog for api-2024.04.15.17.18.29 (#4120) Co-authored-by: stacimc <63313398+stacimc@users.noreply.github.com> --- .../changelogs/api/2024.04.15.17.18.29.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 documentation/changelogs/api/2024.04.15.17.18.29.md diff --git a/documentation/changelogs/api/2024.04.15.17.18.29.md b/documentation/changelogs/api/2024.04.15.17.18.29.md new file mode 100644 index 00000000000..395fc12eb91 --- /dev/null +++ b/documentation/changelogs/api/2024.04.15.17.18.29.md @@ -0,0 +1,24 @@ +# 2024.04.15.17.18.29 + +## New Features + +- Content moderator user preferences admin view + ([#3914](https://github.com/WordPress/openverse/pull/3914)) by @AetherUnbound +- Implement media properties documentation for the API and frontend + ([#3966](https://github.com/WordPress/openverse/pull/3966)) by @dhruvkb + +## Improvements + +- Show the unstable params and improve collection docs + ([#4085](https://github.com/WordPress/openverse/pull/4085)) by @obulat + +## Internal Improvements + +- Bump idna from 3.6 to 3.7 in /api + ([#4098](https://github.com/WordPress/openverse/pull/4098)) by @dependabot + +## Bug Fixes + +- Bugfix to ensure image type is correctly extracted from content type + ([#4062](https://github.com/WordPress/openverse/pull/4062)) by + @thegreendrinker