diff --git a/docs/index.rst b/docs/index.rst index 55871a128..6ff26c49b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -86,3 +86,17 @@ The Python bindings also provide some additional configuration properties: * ``on_commit`` (**Consumer**): Callback used to indicate success or failure of commit requests. + +Changelog +========= + +Version 3.0.1 +^^^^^^^^^^^^^ + +* `PR-3 `_ - Add /usr/local/lib to library_dirs in setup +* `PR-4 `_ - Py3: use bytes for Message payload and key +* `PR-5 `_ - Removed hard coded c extentions lib/include paths +* `PR-9 `_ - Use consistent syntax highlighting (e.g. prefix commands with `$`) +* `PR-17 `_ - Version bump to 0.9.1.2 + +