From 3802883116e26dc9db4f499f7359b4d234a24957 Mon Sep 17 00:00:00 2001 From: kurttheviking Date: Fri, 31 Jan 2014 09:07:37 -0800 Subject: [PATCH] add changelog --- README.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ff39df2..c39fe85 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. Exposes core URI endpoint wrapper and some basic methods for common integrations. Dependencies ------------ None beyond the Python standard library. + Usage ----- @@ -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 `_ (thanks @pimterry) +- `Expose timeout for safer synchronous use `_ (thanks @zachsnow) + +**v0.1.0** + +- Added shortcut methods for messaging a room