aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-24 01:37:47 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-24 01:37:47 +0200
commit3caa27a113945bc1662f4f63fa0387b9aece6390 (patch)
tree714364c68062192a26a55d5db999e3e5ee81c95d /CHANGELOG.rst
parentb7266db01b73348bb74dd4277053825580193477 (diff)
downloadmastodon.py-3caa27a113945bc1662f4f63fa0387b9aece6390.tar.gz
Robustify version parsing
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst19
1 files changed, 10 insertions, 9 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index bc84eea..3079108 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -4,17 +4,18 @@ version number. Breaking changes will be indicated by a change in the minor
4 4
5v1.7.0 5v1.7.0
6------ 6------
7* Clean code up a bit (thanks eumiro) 7* Cleaned code up a bit (thanks eumiro)
8* Fix some Pleroma related issues (thanks aveao, taraletti, adbenitez) 8* Fixed some Pleroma related issues (thanks aveao, taraletti, adbenitez)
9* Add post editing (`status_update`, `status_source`, `status_history`) 9* Added post editing (`status_update`, `status_source`, `status_history`)
10* Add missing streaming events 10* Added missing streaming events
11* Add missing parameters on directory endpoint (thanks heharkon) 11* Added 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) 13* Fixed search ignoring `exclude_unreviewed` (Thanks acidghost)
14* Add support for using pathlib paths when loading media files (Thanks reagle) 14* Added support for using pathlib paths when loading media files (Thanks reagle)
15* Remove blocklist with long dead instances 15* Removed blocklist with long dead instances
16* Add `types` parameter to notifications. 16* Added `types` parameter to notifications.
17* Document additional notification types 17* Documented additional notification types
18* Made version parsing more robust against varions things that Mastodon-compatible APIs might throw at it.
18* 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. 19* 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.
19 20
20v1.6.3 21v1.6.3
Powered by cgit v1.2.3 (git 2.41.0)