diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-01-24 17:35:16 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-01-24 17:35:16 -0500 |
| commit | 6e83259e7ff90297c504d58db004a4e3228d6845 (patch) | |
| tree | ae6463daea8306ed63debc91bf99f7a8989efa59 | |
| parent | 0cc5561c93899681733b4fb8369fd20ea37a02ac (diff) | |
| parent | 7083168295128cbc20bd60a623996b66cdaf9b8b (diff) | |
| download | sqlalchemy-6e83259e7ff90297c504d58db004a4e3228d6845.tar.gz | |
Merge branch 'patch-1' of https://github.com/jeffwidman/sqlalchemy
| -rw-r--r-- | doc/build/changelog/changelog_11.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index 63cdd484e..a969d616f 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -760,7 +760,7 @@ Made a slight behavioral change in the ``sqlalchemy.ext.compiler`` extension, whereby the existing compilation schemes for an established - construct would be removed if that construct was itself didn't already + construct would be removed if that construct itself didn't already have its own dedicated ``__visit_name__``. This was a rare occurrence in 1.0, however in 1.1 :class:`.postgresql.ARRAY` subclasses :class:`.sqltypes.ARRAY` and has this behavior. |
