summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-09-06 17:27:42 +0100
committerErik Johnston <erik@matrix.org>2014-09-06 17:27:42 +0100
commit71fb748d7075644e609c9fe77e34897d086ce86f (patch)
treebeb140ba0f498fe4c77da91aa471751524767ce7 /CHANGES.rst
parentdedup all events (diff)
downloadsynapse-71fb748d7075644e609c9fe77e34897d086ce86f.tar.xz
Bump version and changelog
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 31eee891da..8824ece5a9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,24 @@
+Changes in synapse 0.2.2 (2014-09-06)
+=====================================
+
+Homeserver:
+ * When the server returns state events it now also includes the previous 
+   content.
+ * Add support for inviting people when creating a new room.
+ * Make the homeserver inform the room via `m.room.aliases` when a new alias
+   is added for a room.
+ * Validate `m.room.power_level` events.
+
+Webclient:
+ * Add support for captchas on registration.
+ * Handle `m.room.aliases` events.
+ * Asynchronously send messages and show a local echo.
+ * Inform the UI when a message failed to send.
+ * Only autoscroll on receiving a new message if the user was already at the 
+   bottom of the screen.
+ * Add support for ban/kick reasons.
+ * Fix bug where we occaisonally saw duplicated join messages.
+
 Changes in synapse 0.2.1 (2014-09-03)
 =====================================