diff options
author | Lorenz Diener <[email protected]> | 2019-05-11 01:26:10 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2019-05-11 01:26:10 +0200 |
commit | 2aa798a2060fac7533eeb94056943a30f22cebc8 (patch) | |
tree | c4535b189e9e85f41e29b589ad668e5c0d511e63 | |
parent | cc2089795f03b1483aea5e7611b21d106754b4a0 (diff) | |
download | mastodon.py-2aa798a2060fac7533eeb94056943a30f22cebc8.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 641fc2a..59c6bfe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst | |||
@@ -4,7 +4,7 @@ version number. Breaking changes will be indicated by a change in the minor | |||
4 | 4 | ||
5 | v1.4.1 | 5 | v1.4.1 |
6 | ------ | 6 | ------ |
7 | * Fix search not working on Mastodon versions before 2.8.0. search now dynamically selects search_v1 or search_v2 and adjusts valid parameters depending on the detected Mastodon version. | 7 | * Fixed search not working on Mastodon versions before 2.8.0. search now dynamically selects search_v1 or search_v2 and adjusts valid parameters depending on the detected Mastodon version. |
8 | * Added blurhash decoding. | 8 | * Added blurhash decoding. |
9 | 9 | ||
10 | v1.4.0 | 10 | v1.4.0 |