aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2016-11-25 15:39:53 +0100
committerLorenz Diener <[email protected]>2016-11-25 15:39:53 +0100
commit2729ca19319edcc7a0d8df3e211010ccf857b211 (patch)
tree62246a87aa1286933c9d82b217445a9634bb4fcc /CHANGELOG.rst
parent2a63df2b63d6339e8b6cf75182271caa745ddf5b (diff)
downloadmastodon.py-2729ca19319edcc7a0d8df3e211010ccf857b211.tar.gz
More "timeline" functions, "notifications"
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
new file mode 100644
index 0000000..e099b66
--- /dev/null
+++ b/CHANGELOG.rst
@@ -0,0 +1,13 @@
1A note on versioning: This librarys major version will grow with the APIs
2version number. Breaking changes will be avoided as far as at all possible.
3
4v.1.0.1
5-------
6 * Added timeline_*() functions for consistency. timeline() functions as before.
7 * Clarified documentation in various places.
8 * Added previously-undocumented notifications() - API that gets a users notifications.
9
10v.1.0.0
11-------
12
13 * Initial Release
Powered by cgit v1.2.3 (git 2.41.0)