aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-08-16 20:15:00 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-08-16 20:15:00 -0400
commit58d50da0159e11e7f62f04f469e80f7be8b38cb9 (patch)
tree6b7ae0c03859ef88dc35fadcbe5ff404071679a4 /CHANGES.rst
parentc5eda25b6186cac932f268586c72ecc9fa9c1787 (diff)
downloadpython-pushover-58d50da0159e11e7f62f04f469e80f7be8b38cb9.tar.gz
Update Changelog
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
new file mode 100644
index 0000000..4c2b526
--- /dev/null
+++ b/CHANGES.rst
@@ -0,0 +1,17 @@
+Changes
+-------
+
+0.2
++++
+
+* Fix bug when using current timestamp
+* Add a ``pushover`` command line utility
+* Add Python 3 support
+* Add configuration file feature
+* Easier and more compact Client class creation
+* Switch to ``setuptools`` for easier installation and dependencies handling
+
+0.1
++++
+
+Initial Release