From 5599b154e2130cd1f8e8ed0509111a3d65c0db3e Mon Sep 17 00:00:00 2001 From: Koen Cornelis Date: Thu, 11 Feb 2021 14:32:30 +0100 Subject: [PATCH] Update changelog for release 6.4.7 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de00c18d51..b113332f2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ We will continue to post relevant release notes on the GitHub release page. More More information about our release strategy can be found in the [Development Guidelines](https://github.com/OpenConext/OpenConext-engineblock/wiki/Development-Guidelines#release-notes) on the EngineBlock wiki. +## 6.4.7 +**Features and fixes** +- Replaced the SURFnet favicon by the openconext one +- Keep the WAYF operable when syncing cookies. +- Add logging to ValidateMfaAuthnContextClassRef command. +- Tweak NL language. +- Correct display of tooltip for group attributes. +- Avoid double encoding logo url for attribute source. +- Ensure images after search are ok in IE11. +- Prevent logo flicker in FF whenever possible. +- Ensure Idps after sync are deletable. +- Prevent Idp-row logo from overlapping with text. + +**Security** +- Replaced the composer dependency for the security checker (no longer working) with a local one. + ## 6.4.6 **Features and fixes** - Fixed disabled button being shown in the remaining section for non-disabled accounts on IE11