diff options
-rw-r--r-- | CHANGELOG.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1661351..de47b08 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst | |||
@@ -2,6 +2,23 @@ A note on versioning: This librarys major version will grow with the APIs | |||
2 | version number. Breaking changes will be indicated by a change in the minor | 2 | version number. Breaking changes will be indicated by a change in the minor |
3 | (or major) version number, and will generally be avoided. | 3 | (or major) version number, and will generally be avoided. |
4 | 4 | ||
5 | v1.5.2 | ||
6 | * BREAKING CHANGE: Greatly improve how pagination info is stored (arittner) | ||
7 | * Add "unknown event" handler for streaming (arittner) | ||
8 | * Add support for exclude_types in notifications api (MicroCheapFx) | ||
9 | * Add pagination to bookmarks (arittner) | ||
10 | * Make connecting for streaming more resilient (arittner) | ||
11 | * Allow specifying a user agent header (arittner) | ||
12 | * Add support for tagged and exclude_reblogs on account_statuses api (arittner) | ||
13 | * Add support for reports without attached statuses (arittner) | ||
14 | * General fixes | ||
15 | * Fix a typo in __json_fruefalse_parse (zen-tools) | ||
16 | * Some non-mastodon related fixes | ||
17 | * Fix a typo in error message for content_type (rinpatch | ||
18 | * Add support for specifying file name when uploading (animeavi) | ||
19 | * Fix several crashes related to gotosocials version string (fwaggle) | ||
20 | * Fix an issue related to hometowns version string | ||
21 | |||
5 | v1.5.1 | 22 | v1.5.1 |
6 | -------------------------------- | 23 | -------------------------------- |
7 | * 3.1 support | 24 | * 3.1 support |