aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-24 00:59:48 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-24 00:59:48 +0200
commitb7266db01b73348bb74dd4277053825580193477 (patch)
treea2b713e866298046f8f4fa2bf93566371ded9651 /CHANGELOG.rst
parent34280e604ce1caf56b3fa0b8501d82bc498b3975 (diff)
downloadmastodon.py-b7266db01b73348bb74dd4277053825580193477.tar.gz
Add new notification types, test for pathlib 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 1e11631..bc84eea 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -13,6 +13,8 @@ v1.7.0
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* Add support for using pathlib paths when loading media files (Thanks reagle)
15* Remove blocklist with long dead instances 15* Remove blocklist with long dead instances
16* Add `types` parameter to notifications.
17* Document additional notification types
16* 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. 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.
17 19
18v1.6.3 20v1.6.3
Powered by cgit v1.2.3 (git 2.41.0)