summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/source/history.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/source/history.rst b/docs/source/history.rst
index 58dd98f..a1ffbbd 100644
--- a/docs/source/history.rst
+++ b/docs/source/history.rst
@@ -2,6 +2,18 @@
History
=========
+dev
+
+- 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.
+
0.12
- Fixes an exception when reporting on an error where multiple drivers