aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@gmail.com>2021-07-08 17:22:38 -0300
committerMatias Linares <matiaslina@gmail.com>2021-07-08 17:25:36 -0300
commit7e3b798983fa11352fb19fe382b7a1217c8dbce3 (patch)
treeda2e85b2ea56374f6babd3c2d27573dd02ba7387 /Changelog
parent46f9a0d6c1b55413c9cf097a12b7434bbe8e6336 (diff)
downloadperl6-matrix-client-7e3b798983fa11352fb19fe382b7a1217c8dbce3.tar.gz
Fix params with dashes
Couple of endpoints were passing parameters with dash on the JSON body intead of an underscore. This fixes he following methods: - ban - unban - invite - kick
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 1d31895..5e5735a 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,7 @@
current
=======
+* Fix ban, unban, invite and kick methods caused by parameters with dash
* Add `room` heper method
* Add read-markers API support
* Add typing api support