aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@gmail.com>2021-06-22 23:29:19 -0300
committerMatias Linares <matiaslina@gmail.com>2021-06-22 23:29:19 -0300
commit0977a6168362b4e811c66fbddb605ec44b9f1f58 (patch)
treed4c3d2f843070fcf6d0cca8193de4aa1f1bcbe6d
parente9ecb53ced8a1c9502871d87be10440997bcef9f (diff)
downloadperl6-matrix-client-0977a6168362b4e811c66fbddb605ec44b9f1f58.tar.gz
Add 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
+======