Skip to content

Commit

Permalink
Updated CHANGES.
Browse files Browse the repository at this point in the history
  • Loading branch information
Derrick Petzold committed Aug 28, 2014
1 parent 4cf383a commit 8879b9b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.5.0

* Added tox support.
* New invovation api.<method>(<endpoint>, <params>) where endpoint
is a string. This to add compatibility when the endpoint contains
reserved words.
* Python 3 support.
* Removed simplejson dependency
* Travis CI support.
* Added socket timeout.

0.4.1

* Fixed behavior when api_secret or api_public are not set.
Expand All @@ -20,4 +31,4 @@

* Added signed requests (you must pass public_key to DisqusAPI).
* Added support for OAuth (via access_token in signed requests).
* Moved Paginator into disqusapi.paginator
* Moved Paginator into disqusapi.paginator

0 comments on commit 8879b9b

Please sign in to comment.