summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-06-12 10:30:14 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-06-12 10:30:14 -0400
commit42b109c414aca7b1cf9069c1e1168a20dea3b343 (patch)
treeb9d8dc52da7bbcaeff92eba457ffd9017805844b /docs
parent1f4d8c61033685d90c344c96222e2f8249ca68e8 (diff)
downloadalembic-42b109c414aca7b1cf9069c1e1168a20dea3b343.tar.gz
- When a run of Alembic command line fails due to ``CommandError``,
the output now prefixes the string with ``"FAILED:"``, and the error is also written to the log output using ``log.error()``. fixes #209
Diffstat (limited to 'docs')
-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 89d945e..2d84283 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -6,6 +6,14 @@ Changelog
:version: 0.6.6
.. change::
+ :tags: enhancement
+ :tickets: 209
+
+ When a run of Alembic command line fails due to ``CommandError``,
+ the output now prefixes the string with ``"FAILED:"``, and the error
+ is also written to the log output using ``log.error()``.
+
+ .. change::
:tags: bug
:tickets: 208