From fa1e887069514bf4b8802ac7f84bc33f8acc3080 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sun, 16 Feb 2020 17:25:59 +0100 Subject: [PATCH] Update CHANGELOG.rst --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * Added me() function as synonym for account_verify_credentials() to lessen confusion * Fixed notification-dismiss to use new API endpoint where the old one is not available (Thanks kensanata) * Fixed status_reply to match status_post -* Add basic support for non-mainline featuresvia the feature_set parameter +* Add basic support for non-mainline features via the feature_set parameter * Added support for fedibirds quote_id parameter in status_post * 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 * Clarified and updated the documentation and improved the tests in various ways