diff options
author | Lorenz Diener <[email protected]> | 2020-02-16 17:25:59 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-16 17:25:59 +0100 |
commit | fa1e887069514bf4b8802ac7f84bc33f8acc3080 (patch) | |
tree | c3d7b502095f80ec60b4ff38eb4bc36043c21cff | |
parent | c160f6de7233848892c0445889e871efc5f70dbb (diff) | |
download | mastodon.py-fa1e887069514bf4b8802ac7f84bc33f8acc3080.tar.gz |
Update CHANGELOG.rst
-rw-r--r-- | CHANGELOG.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5a370f5..cc46bd5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst | |||
@@ -31,7 +31,7 @@ v1.5.0 | |||
31 | * Added me() function as synonym for account_verify_credentials() to lessen confusion | 31 | * Added me() function as synonym for account_verify_credentials() to lessen confusion |
32 | * Fixed notification-dismiss to use new API endpoint where the old one is not available (Thanks kensanata) | 32 | * Fixed notification-dismiss to use new API endpoint where the old one is not available (Thanks kensanata) |
33 | * Fixed status_reply to match status_post | 33 | * Fixed status_reply to match status_post |
34 | * Add basic support for non-mainline featuresvia the feature_set parameter | 34 | * Add basic support for non-mainline features via the feature_set parameter |
35 | * Added support for fedibirds quote_id parameter in status_post | 35 | * Added support for fedibirds quote_id parameter in status_post |
36 | * Future-proofed webpush cryptography api while trying to remain very backwards compatible so that it can hopefully in the future become part of the core | 36 | * Future-proofed webpush cryptography api while trying to remain very backwards compatible so that it can hopefully in the future become part of the core |
37 | * Clarified and updated the documentation and improved the tests in various ways | 37 | * Clarified and updated the documentation and improved the tests in various ways |