summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2020-06-15 23:30:47 -0400
committerHubert Chathi <hubert@uhoreg.ca>2020-06-15 23:30:47 -0400
commitbb6a787bc11b33bd5302445bc7ce8e26044d6df9 (patch)
tree9d33e6b3c85c5450bfda67fe758df6d7a521ed74 /CHANGELOG.md
parentfix calls to send (diff)
edit changelog and bump version
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 17 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc4b028..fd29e5d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,14 @@
-0.3.0-pre
+0.2.3
+=====
+
+Features:
+- Add support for getting room state (thanks to Pierre de Lacroix)
+
+Bug fixes:
+
+- Fix the sync.
+
+0.2.2
=====
Breaking changes:
@@ -10,11 +20,15 @@ Breaking changes:
migrated.
- The `Polyjuice.Client.Storage` protocol adds a `kv_del` function. Modules
that implement the protocol must add this function to their implementations.
+- Client APIs return a different format on errors.
Features:
-- Make `Polyjuice.Client.Filter.update/4` and `Polyjuice.Client.Filter.put/3`
- public.
+- Add more filtering methods.
+- Support for more endpoints:
+ - setting room state
+ - getting/streaming room history
+- Sync listeners can be functions instead of processes.
0.2.1
=====