diff --git a/announce.rst b/announce.rst index 70edd2f..07d23c4 100644 --- a/announce.rst +++ b/announce.rst @@ -25,7 +25,12 @@ dynamically loaded extensions. What's New? =========== -- Fixes logging configuration under Python 2.6 with a NullHandler. +- Fixes an exception when reporting on an error where multiple drivers + have the same name (bug 25, solution provided by clayg). +- Switch packaging to use pbr_. +- Add ``map_method()`` API to controllers. + +.. _pbr: https://github.com/openstack-dev/pbr Installing ========== diff --git a/docs/source/history.rst b/docs/source/history.rst index 107cec3..58dd98f 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -2,10 +2,14 @@ History ========= -dev +0.12 - Fixes an exception when reporting on an error where multiple drivers have the same name (:issue:`25`, solution provided by clayg). +- Switch packaging to use pbr_. +- Add ``map_method()`` API to controllers. + +.. _pbr: https://github.com/openstack-dev/pbr 0.11