summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-11-25 11:21:15 -0500
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-11-25 11:21:15 -0500
commit6911bd26eade403b43e42415ef7abafd804f638c (patch)
tree7856e3abb0ded5f5b3a29b0bf5531c6c4615fc9b
parent854ee1d15e3f0d62e70df375bc727a62b69396f2 (diff)
downloadstevedore-6911bd26eade403b43e42415ef7abafd804f638c.tar.gz
update release announcement file
Change-Id: I474f1b3a47e0e118f5bd0a55866f6ed30e6b09c4
-rw-r--r--announce.rst16
1 files changed, 10 insertions, 6 deletions
diff --git a/announce.rst b/announce.rst
index 409e2c0..839f9bb 100644
--- a/announce.rst
+++ b/announce.rst
@@ -1,5 +1,5 @@
================
- stevedore 0.12
+ stevedore 0.13
================
.. tags:: stevedore release python
@@ -25,12 +25,16 @@ dynamically loaded extensions.
What's New?
===========
-- 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.
+- Deprecate ``TestExtensionManager`` and replace with
+ ``make_test_instance()`` class method to provide test classes that
+ behave more like the production class, while still allowing the
+ extensions to be injected for testing. (contributed by drocco-007)
+- Include a work-around to avoid a cpython bug with atexit
+ (#15881). (contributed by philiptzou)
+- Update documentation to refer to setuptools instead of
+ distribute. (contributed by westurner)
+- Add pypy to the list of default test configurations.
-.. _pbr: https://github.com/openstack-dev/pbr
Installing
==========