diff --git a/announce.rst b/announce.rst index 839f9bb..e556c1a 100644 --- a/announce.rst +++ b/announce.rst @@ -1,5 +1,5 @@ ================ - stevedore 0.13 + stevedore 0.14 ================ .. tags:: stevedore release python @@ -25,15 +25,10 @@ dynamically loaded extensions. What's New? =========== -- 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. +- Provide an option to control requirements checking when loading + plugins, and disable it by default. This removes protection against + loading the wrong version of a plugin, or that plugin's + dependencies. Installing diff --git a/docs/source/history.rst b/docs/source/history.rst index 4993266..76e2ae3 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -2,7 +2,7 @@ History ========= -dev +0.14 - Provide an option to control requirements checking when loading plugins, and disable it by default. This removes protection against