Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kurttheviking committed Jan 31, 2014
1 parent e69b3f8 commit 3802883
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
Description
-----------

Easy peasy wrapper for the `HipChat API`_. Exposes core URI endpoint wrapper and some basic methods for common integrations.
Easy peasy wrapper for the `HipChat API <https://www.hipchat.com/docs/api>`_. Exposes core URI endpoint wrapper and some basic methods for common integrations.


Dependencies
------------
None beyond the Python standard library.


Usage
-----

Expand Down Expand Up @@ -44,4 +45,14 @@ Two handy shortcut methods::
print hipster.message_room(8675309, 'HAL', 'All your base...')


.. _`HipChat API`: https://www.hipchat.com/docs/api
Changelog
---------

**v0.2.0**

- `Added Python 3 support without losing support for Python 2 <https://github.com/kurttheviking/python-simple-hipchat/pull/9>`_ (thanks @pimterry)
- `Expose timeout for safer synchronous use <https://github.com/kurttheviking/python-simple-hipchat/pull/3>`_ (thanks @zachsnow)

**v0.1.0**

- Added shortcut methods for messaging a room

0 comments on commit 3802883

Please sign in to comment.