From 490de5a258644e9e5ddf5a4008143268c51bf908 Mon Sep 17 00:00:00 2001 From: Besmir Beqiri Date: Wed, 12 Jun 2024 17:27:24 +0200 Subject: [PATCH] Update changelog in preparation for the release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a89edd94..e1bd5624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ ### 0.3.2-SNAPSHOT (TBD) +#### Improvements +* Improved error handling in the `jpro-sipjs` module. #### Bugfixes +* Fixed URI normalization for local addresses ikn the `jpro-auth-core` module. * Fixed a NPE thrown if the session only has redirects in the `jpro-routing-core` module. +* Routing refreshes no longer adds a new entry to the browser's history. +* Fixed hangup button in the SipJS Demos. If an error happens, getting a screen, it is now logged. +Screen sharing button "toggles" now it's state - making it possible to switch back to video. ----------------------