From 42b109c414aca7b1cf9069c1e1168a20dea3b343 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 12 Jun 2014 10:30:14 -0400 Subject: - 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 --- docs/build/changelog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') 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 @@ -5,6 +5,14 @@ Changelog .. 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 -- cgit v1.2.1