diff options
author | Lorenz Diener <[email protected]> | 2019-05-11 12:57:54 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-05-11 12:57:54 +0200 |
commit | b4c26febc8de9120ab1240af87848be826ef0fed (patch) | |
tree | 12d9d01729d21bf0db1dc4e60a40661d4ec4ba8a | |
parent | c442af7715f81c6558f8e356635a729905df3da7 (diff) | |
parent | f9700701ada2abc9001edf9473d23a80ef032dc5 (diff) | |
download | mastodon.py-b4c26febc8de9120ab1240af87848be826ef0fed.tar.gz |
Merge branch 'master' of https://github.com/halcy/Mastodon.py
-rw-r--r-- | CHANGELOG.rst | 2 | ||||
-rw-r--r-- | README.rst | 2 |
2 files changed, 2 insertions, 2 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 |
@@ -65,4 +65,4 @@ about who helped with which particular feature or fix in the changelog. | |||
65 | .. image:: https://codecov.io/gh/halcy/Mastodon.py/branch/master/graph/badge.svg | 65 | .. image:: https://codecov.io/gh/halcy/Mastodon.py/branch/master/graph/badge.svg |
66 | :target: https://codecov.io/gh/halcy/Mastodon.py | 66 | :target: https://codecov.io/gh/halcy/Mastodon.py |
67 | 67 | ||
68 | 68 | ||