summaryrefslogtreecommitdiff
path: root/docs/build/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/changelog.rst')
-rw-r--r--docs/build/changelog.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index d7e239e..504b73d 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -7,6 +7,16 @@ Changelog
:version: 0.7.5
.. change::
+ :tags: bug, autogenerate
+ :tickets: 266
+ :pullreq: bitbucket:39
+
+ The ``--autogenerate`` option is not valid when used in conjunction
+ with "offline" mode, e.g. ``--sql``. This now raises a ``CommandError``,
+ rather than failing more deeply later on. Pull request courtesy
+ Johannes Erdfelt.
+
+ .. change::
:tags: bug, operations, mssql
:tickets: 284