aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@gmail.com>2021-07-08 17:21:43 -0300
committerMatias Linares <matiaslina@gmail.com>2021-07-08 17:21:43 -0300
commite18228edfedf926f0240bcf1e84729e67aa3f297 (patch)
tree8c2b6a5fa4f0fc74b23e973806fcfa32b1f94d0c /Changelog
parent6d93e48c2e9260a15746e96ec663c517d9ef26da (diff)
parent0977a6168362b4e811c66fbddb605ec44b9f1f58 (diff)
downloadperl6-matrix-client-e18228edfedf926f0240bcf1e84729e67aa3f297.tar.gz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog49
1 files changed, 49 insertions, 0 deletions
diff --git a/Changelog b/Changelog
new file mode 100644
index 0000000..66759f8
--- /dev/null
+++ b/Changelog
@@ -0,0 +1,49 @@
+current
+=======
+
+* Add read-markers API support
+* Add typing api support
+
+v0.6.1
+======
+
+* Fix “Too few positionals passed; expected 2 arguments but got 1” on
+ response tests.
+
+v0.6.0
+======
+
+* Add MediaStore class that implements /_matrix/media endpoints. This class can:
+ - Parse MXC uris
+ - Download files
+ - Upload files
+ - Download/generate thumbnails
+ - Get the server configuration
+* Add .media method for Matrix::Client
+* Misc changes on the load-docs.p6 scripts that generates the endpoints.md
+
+v0.5.2
+======
+
+* Lot of changes from Perl6 to Raku. This includes file extensions,
+ mentions in the code and shebang
+* Fix tests that required JSON::Tiny
+
+v0.5.1
+======
+
+* Use JSON::Fast in favor of JSON::Tiny
+
+v0.5.0
+======
+* Implemented list and update on device management endpoints
+* Use Authorization header in favor to access token query param
+
+v0.4.0
+======
+
+v0.3.0
+======
+
+v0.2.1
+======