From 252718bbafb0fc27deffcd7725d6ed7320b9a41f Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 27 Feb 2021 18:18:36 +0100 Subject: [PATCH] docs: add changelog for 2021.2.6 --- website/docs/releases/2021.2.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/docs/releases/2021.2.md b/website/docs/releases/2021.2.md index 22bf8fc41..b584a38e2 100644 --- a/website/docs/releases/2021.2.md +++ b/website/docs/releases/2021.2.md @@ -94,6 +94,18 @@ title: Release 2021.1.2 - web: fix outpost edit/delete buttons - web: fix SiteShell breaking links when handlers are updated twice +## Fixed in 2021.2.6-stable + +- admin: fix missing success_url for Cache clean views +- events: fix error when event can't be loaded in rule task +- flows: handle error when app cannot be found during flow import +- policies: sort groups in GroupMembershipPolicy policy and binding +- providers/oauth2: fix error when no login event could be found +- sources/ldap: fix API error when source has not synced yet +- sources/ldap: fix password setter on users which are not LDAP +- web: add sentry CaptureConsole +- web: fix colourstyles not being included in common_styles + ## Upgrading This release does not introduce any new requirements.