aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)