From 8f32df723e3aa392db02326dc6a3279c9497b6fb Mon Sep 17 00:00:00 2001 From: JC Brand Date: Mon, 2 Dec 2024 09:00:09 +0200 Subject: [PATCH] Fixes #3352. Add changelog for version 10.1.7 --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 6bfef90e23..2348f542a0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -56,6 +56,10 @@ - `api.modal.create` no longer takes a class, instead it takes the name of a custom DOM element. - `getAssignableRoles` and `getAssignableAffiliations` are no longer on the `_converse` object, but on the Occupant instance. +## 10.1.7 (2024-03-15) + +- Update to Strophe 2.0.0. Fixes login issue with newer versions of Ejabberd + ## 10.1.6 (2023-08-31) - #3246: Badge color not responsive to dark theme