summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-04-04 11:09:34 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-04-04 11:09:34 -0400
commit4e0b345af1f6d64e184a87fd3d03f5f73665afb6 (patch)
tree182ac1f8d7b5543476185557421650a0de584ab1 /docs
parenta9fa7d9651df412a405b848f1bb5848fde5200f1 (diff)
downloadalembic-4e0b345af1f6d64e184a87fd3d03f5f73665afb6.tar.gz
- Fixed bug where :meth:`.EnvironmentContext.get_x_argument`
would fail if the :class:`.Config` in use didn't actually originate from a command line call. fixes #195
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 b763c74..a6cefc6 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -6,6 +6,14 @@ Changelog
:version: 0.6.5
.. change::
+ :tags: bug, environment
+ :tickets: 195
+
+ Fixed bug where :meth:`.EnvironmentContext.get_x_argument`
+ would fail if the :class:`.Config` in use didn't actually
+ originate from a command line call.
+
+ .. change::
:tags: bug, autogenerate
:tickets: 194