summaryrefslogtreecommitdiff
path: root/docs/build/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/changelog.rst')
-rw-r--r--docs/build/changelog.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index 3207e68..8ed6eb8 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -6,6 +6,14 @@ Changelog
:version: 0.7.0
.. change::
+ :tags: feature
+
+ SQLAlchemy's testing infrastructure is now used to run tests.
+ This system supports both nose and pytest and opens the way
+ for Alembic testing to support any number of backends, parallel
+ testing, and 3rd party dialect testing.
+
+ .. change::
:tags: change
Minimum SQLAlchemy version is now 0.8.4.