summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-01-09 11:26:36 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2015-01-09 11:26:36 -0500
commitfe54b591448fd91f26528fd3f8394dc6a42eaea9 (patch)
tree39c5b60575d4191b963fb05f8ac06190b3f6410c /docs
parent758d52eb444b02ccb7987b4cb124b759cdedde74 (diff)
downloadalembic-fe54b591448fd91f26528fd3f8394dc6a42eaea9.tar.gz
- changelog: Fixed issue in autogenerate type rendering where types that belong
to modules that have the name "sqlalchemy" in them would be mistaken as being part of the ``sqlalchemy.`` namespace. Pull req courtesy Bartosz Burclaf. fixes #261
Diffstat (limited to 'docs')
-rw-r--r--docs/build/changelog.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index 5cf83d8..6356709 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -4,6 +4,19 @@
Changelog
==========
.. changelog::
+ :version: 0.7.4
+
+ .. change::
+ :tags: bug, autogenerate
+ :tickets: 261
+ :pullreq: github:17
+
+ Fixed issue in autogenerate type rendering where types that belong
+ to modules that have the name "sqlalchemy" in them would be mistaken
+ as being part of the ``sqlalchemy.`` namespace. Pull req courtesy
+ Bartosz Burclaf.
+
+.. changelog::
:version: 0.7.3
:released: December 30, 2014