From: Mike Bayer Date: Sat, 13 Sep 2014 21:10:34 +0000 (-0400) Subject: changelog X-Git-Tag: rel_0_7_0~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10e9b2e1eab69bbfc249562994b951b3dc191bb8;p=thirdparty%2Fsqlalchemy%2Falembic.git changelog --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 3207e688..8ed6eb8b 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -5,6 +5,14 @@ Changelog .. 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