aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-23 23:48:38 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-23 23:48:38 +0200
commitf6d12aa5b1cc1dffcff31d1af1b0b58d9ecd4c1e (patch)
tree56359f4573e38702e9927eff97fe821f0e6b9ea0 /CHANGELOG.rst
parent268c2fea2880ef2124a494f07b2be9e172ad7fa9 (diff)
downloadmastodon.py-f6d12aa5b1cc1dffcff31d1af1b0b58d9ecd4c1e.tar.gz
Fix search issue, add pathlib path support
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 39c5e66..a928586 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -10,6 +10,8 @@ v1.7.0
10* Add missing streaming events 10* Add missing streaming events
11* Add missing parameters on directory endpoint (thanks heharkon) 11* Add missing parameters on directory endpoint (thanks heharkon)
12* This isn't somehing I changed but thank you a / triggerofsol for answering Many questions I had about specifics of what the API does that are not documented 12* This isn't somehing I changed but thank you a / triggerofsol for answering Many questions I had about specifics of what the API does that are not documented
13* Fixed search ignoring `exclude_unreviewed` (Thanks acidghost)
14* Add support for using pathlib paths when loading media files (Thanks reagle)
13* TECHNICALLY BREAKING CHANGE, but I would be quite surprised if this actually breaks anyone: Date parsing will now, when the date string is empty, return Jan. 1st, 1970 instead. This is to work around what I assume is a bug in Pleroma. 15* TECHNICALLY BREAKING CHANGE, but I would be quite surprised if this actually breaks anyone: Date parsing will now, when the date string is empty, return Jan. 1st, 1970 instead. This is to work around what I assume is a bug in Pleroma.
14 16
15v1.6.3 17v1.6.3
Powered by cgit v1.2.3 (git 2.41.0)