aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-10-26 15:19:21 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-10-26 15:19:21 -0400
commitfa5eae00a2ae369ee24b2394eff1723cc93409fc (patch)
tree41933cee7e41934287308f6cb8f523a024adc1c8
parentbc6dab7ff3899af3ba8e46d3a3ccd07fb43f620d (diff)
downloadpython-pushover-fa5eae00a2ae369ee24b2394eff1723cc93409fc.tar.gz
Update changelog
-rw-r--r--CHANGES.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8478d51..9903ab3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,9 +1,14 @@
Changes
-------
-0.2
+0.x
~~~
+* Fix bug in MessageRequest.poll for ``priority=2`` requests
+
+0.2 (2014-08-16)
+~~~~~~~~~~~~~~~~
+
* Fix bug when using current timestamp
* Add a ``pushover`` command line utility
* Add Python 3 support
@@ -11,7 +16,7 @@ Changes
* Easier and more compact Client class creation
* Switch to ``setuptools`` for easier installation and dependencies handling
-0.1
-~~~
+0.1 (2013-04-16)
+~~~~~~~~~~~~~~~~
Initial Release