From c67a9307dae3bfce9c910c8cd35f3c916c70aaed Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Sat, 10 Sep 2022 14:27:58 +0200 Subject: [PATCH] Update CHANGES for 0.6. --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 2ce1969..c5ae0c9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -Galene 0.6 (unreleased): +10 September 2022: Galene 0.6 * Version the protocol: the handshake message now contains a version number, and the server will warn if it is incorrect. This will become @@ -11,6 +11,10 @@ Galene 0.6 (unreleased): Thanks to Martin Pépin. * Check that a given group exists before redirecting from the landing page. This avoids an unsightly 404 error when the user makes a typo. + * Publish the group name end websocket endpoint in the group status. + This avoids hardwirint the server structure in the client. + * Fix a race condition that could cause chathistory messages to be sent + before the joined status. 23 July 2022: Galene 0.5.5