From f7c14bf5849d26fd2c74e62b7ff2edc8126d3c84 Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <code@dgerhardt.net> Date: Thu, 19 May 2016 13:53:08 +0200 Subject: [PATCH] Add missing change log entry for 2.4.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae461a5c8..0a3f17731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ Major features: * Support for new use case and feature settings has been added. Minor features and changes: +* User content is assigned to a single account regardless of case used at + login/registration for database authentication. For LDAP authentication the + UID attribute is requested from the server instead of relying on the user's + input to ensure correct assignment. * New API endpoints have been added to reduce requests on session imports. * Session use case and feature settings are now included in exports and imports. * Authentication providers can now be enabled separately for students and -- GitLab