From fe54b591448fd91f26528fd3f8394dc6a42eaea9 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 9 Jan 2015 11:26:36 -0500 Subject: - 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 --- docs/build/changelog.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs') 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 @@ -3,6 +3,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 -- cgit v1.2.1