summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-07-09 15:50:17 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-07-09 15:50:17 -0400
commit99350b159f736fe8c2c95eabb4d332d9fab73eb9 (patch)
treed1e9e41060a7b007051ca6513f5759ead7009057 /doc/build
parent450453ab1a5f5a1ce86d6f9dba6f1ae5f30c8f92 (diff)
downloadsqlalchemy-99350b159f736fe8c2c95eabb4d332d9fab73eb9.tar.gz
- Fixed bug where "python setup.py test" wasn't calling into
distutils appropriately, and errors would be emitted at the end of the test suite.
Diffstat (limited to 'doc/build')
-rw-r--r--doc/build/changelog/changelog_09.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index 27baca127..eaa16cf3e 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -15,6 +15,14 @@
:released:
.. change::
+ :tags: bug, tests
+ :versions: 1.0.0
+
+ Fixed bug where "python setup.py test" wasn't calling into
+ distutils appropriately, and errors would be emitted at the end
+ of the test suite.
+
+ .. change::
:tags: feature, postgresql
:versions: 1.0.0
:pullreq: bitbucket:22