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 93a14e6 commit 7bb55b2Copy full SHA for 7bb55b2
matrix-client/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.1.5.0
4
+
5
+- Convert userDisplayName into a Maybe value [#30](https://github.com/softwarefactory-project/matrix-client-haskell/issues/30)
6
+- Improve empty response handling [#32](https://github.com/softwarefactory-project/matrix-client-haskell/issues/32)
7
8
## 0.1.4.3
9
10
- Add missing export for Dir.
matrix-client/matrix-client.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: matrix-client
-version: 0.1.4.3
+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