From a6ef924d06eaca07a12f49cd7133f8f7f38535b2 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Fri, 31 Mar 2023 10:50:46 +1100 Subject: [PATCH] Update changelog for hotfix --- ui/v2.5/src/docs/en/Changelog/v0200.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/v2.5/src/docs/en/Changelog/v0200.md b/ui/v2.5/src/docs/en/Changelog/v0200.md index a8671f8f4..dde546da4 100644 --- a/ui/v2.5/src/docs/en/Changelog/v0200.md +++ b/ui/v2.5/src/docs/en/Changelog/v0200.md @@ -38,6 +38,7 @@ Once migrated, these files can be deleted. The files can be optionally deleted d * Overhauled and improved HLS streaming. ([#3274](https://github.com/stashapp/stash/pull/3274)) ### 🐛 Bug fixes +* **[0.20.1]** Fixed null values being preferred in scrape dialog. ([#3621](https://github.com/stashapp/stash/pull/3621)) * Fixed login screen not working correctly from the logout screen. ([#3555](https://github.com/stashapp/stash/pull/3555)) * Fixed incorrect stash ID being overwritten when updating performer with multiple stash-box endpoints. ([#3543](https://github.com/stashapp/stash/pull/3543) * Fixed batch performer update overwriting incorrect stash IDs when multiple endpoints are configured. ([#3548](https://github.com/stashapp/stash/pull/3548))