From baf55a97c20e9f77b625db944207b9ae1a8222e1 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sun, 5 Jul 2020 13:46:10 +0200 Subject: [PATCH] Add changelog entries for LDAP & OAuth Signed-off-by: Thomas Citharel --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 224ac4ad4..1d5a0246a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Possibility to login using LDAP +- Possibility to login using OAuth providers + ### Changed - Completely replaced HTMLSanitizeEx with FastSanitize [!490](https://framagit.org/framasoft/mobilizon/-/merge_requests/490)