summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-10-09 20:18:44 -0400
committerHubert Chathi <hubert@uhoreg.ca>2019-10-09 20:18:44 -0400
commit5c3f7e3bada90c13442c17e60fdc0daeaf2d917d (patch)
treeec009fe40e5cfffd32fa1621e30124e36660adeb /CHANGELOG.md
parentdrop Poison.Encoder from the valid types for login identifier for now (diff)
add changelog and bump version
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..77a5e97
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,22 @@
+0.2.0
+=====
+
+Breaking changes:
+
+- The `Polyjuice.Client` struct has some extra fields that are required by some
+ functions.
+- The `Polyjuice.Client.API.sync_child_spec` function no longer takes a storage
+ as a separate argument -- it is passed in as part of the client.
+- Functions for sending events were moved from `Polyjuice.Client` to
+ `Polyjuice.Client.Room`, and the order of arguments was changed.
+
+Features:
+
+- New methods and endpoint for setting filters, as well as support in sync.
+- Sync sends more messages to update on more of the sync result.
+- New function for joining rooms.
+
+0.1.0
+====
+
+Initial release.