Added change log

This commit is contained in:
David Marx
2018-05-18 01:03:51 -07:00
parent c012add067
commit 51d7876f92
2 changed files with 22 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
Change Log
==========
0.0.3 (2018/05/18)
------------------
* Added praw support. If ``praw.Reddit`` object provided to ``PushshiftAPI``,
gets ids from pushshift and passes them to praw.
* Added support for ``/reddit/submission/comment_ids/`` endpoint.
* Added change log.
0.0.2 (2018/05/13)
------------------
* Improved rate limit handling
* Misc bug fixes.
0.0.1 (2018/04/14)
------------------
* Dirty support for ``reddit/comment/search`` and ``reddit/comment/search``.
+1 -1
View File
@@ -6,4 +6,4 @@ https://github.com/dmarx/psaw
from .PushshiftAPI import PushshiftAPI, PushshiftAPIMinimal
__version__ = '0.0.2'
__version__ = '0.0.3'