We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b4132 commit d3541cbCopy full SHA for d3541cb
matrix-client/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.1.5.0
4
+
5
+- Replaces MatrixIO with a new mtl style API using ExceptT MatrixError and ReaderT ClientSession.
6
+- Adds loginToken.
7
+- Adds loginTokenWithManager and createSessionWithManager to support custom http Manager.
8
9
## 0.1.4.0
10
11
- Completes The Room API
matrix-client/matrix-client.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: matrix-client
-version: 0.1.4.0
+version: 0.1.5.0
synopsis: A matrix client library
description:
Matrix client is a library to interface with https://matrix.org.
0 commit comments