aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-12-15 20:13:51 +0100
committerLorenz Diener <[email protected]>2017-12-15 20:13:51 +0100
commit64d59fed3da3c75558576e35807dfce6ef5cce36 (patch)
treea2206781518834088821abe7bae888a5ec5b5605 /CHANGELOG.rst
parent7cf2bf1440d80949c68ee60f8cbd25590d0254e9 (diff)
downloadmastodon.py-64d59fed3da3c75558576e35807dfce6ef5cce36.tar.gz
Prepare release
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 3e1e882..60a473e 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,11 +2,11 @@ A note on versioning: This librarys major version will grow with the APIs
2version number. Breaking changes will be indicated by a change in the minor 2version 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
5v1.2.0 (Preliminary) 5v1.2.0
6-------------------- 6------
7* BREAKING CHANGE: Renamed streaming functions to be more in line with the rest 7* BREAKING CHANGE: Renamed streaming functions to be more in line with the rest
8* POTENTIALLY BREAKING CHANGE: Added attribute-style access for returned dicts 8* POTENTIALLY BREAKING CHANGE: Added attribute-style access for returned dicts
9* 2.1.0 compatibility 9* Mastodon v2.1.0 compatibility
10 * Added custom_emojis() 10 * Added custom_emojis()
11 * Added list(), lists(), list_accounts() 11 * Added list(), lists(), list_accounts()
12 * Added list_create(), list_update(), list_delete() 12 * Added list_create(), list_update(), list_delete()
Powered by cgit v1.2.3 (git 2.41.0)