diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2020-06-15 23:30:47 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2020-06-15 23:30:47 -0400 |
commit | bb6a787bc11b33bd5302445bc7ce8e26044d6df9 (patch) | |
tree | 9d33e6b3c85c5450bfda67fe758df6d7a521ed74 | |
parent | fix calls to send (diff) |
edit changelog and bump version
-rw-r--r-- | CHANGELOG.md | 20 | ||||
-rw-r--r-- | mix.exs | 2 |
2 files changed, 18 insertions, 4 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 ===== @@ -5,7 +5,7 @@ defmodule PolyjuiceClient.MixProject do [ app: :polyjuice_client, description: "Client library for the Matrix.org communications protocol", - version: "0.2.2", + version: "0.2.3", elixir: "~> 1.7", start_permanent: Mix.env() == :prod, deps: deps(), |