diff --git a/website/docs/releases/2023/v2023.3.md b/website/docs/releases/2023/v2023.3.md index 7003194fd..a83961627 100644 --- a/website/docs/releases/2023/v2023.3.md +++ b/website/docs/releases/2023/v2023.3.md @@ -85,6 +85,19 @@ image: - web/flows: fix fa:// icons in sources not shown correctly - web/user: fix source connections not being filtered (#4778) +## Fixed in 2023.3.1 + +- \*: fix mismatched task names for discovery, make output service connection task monitored (#4956) +- core: fix application launch url validator (#4957) +- providers: fix authorization_flow not required in API (#4932) +- providers/ldap: fix duplicate attributes (#4972) +- providers/oauth2: fix response for response_type code and response_mode fragment (#4975) +- stages/authenticator_webauthn: remove credential_id size limit (#4931) +- web/admin: fix wizards with radio selects not working correctly after use (#4933) +- web/common: fix tab label color on dark theme (#4959) +- web/flows: fix authenticator selector in dark mode (#4974) +- web/user: fix custom user interface background with dark theme (#4960) + ## API Changes #### What's New