summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-03-16 12:18:58 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-03-16 12:18:58 -0400
commit74641efb78b2d2529011c7a946db1474149c9ad9 (patch)
tree66eb9804d48b632cdc0fe9c70afac54732c18a96
parentedfe2deffb7a3ab637e5ee7ab3379911483380fa (diff)
downloadsqlalchemy-74641efb78b2d2529011c7a946db1474149c9ad9.tar.gz
- changelog for #3327 fixes #3327
-rw-r--r--doc/build/changelog/changelog_10.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index 677a90167..f8fd456f0 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -16,6 +16,20 @@
:start-line: 5
.. changelog::
+ :version: 1.0.0b2
+
+ .. change::
+ :tags: bug, orm
+ :tickets: 3327
+ :pullreq: github:160
+
+ Fixed 1.0 regression from pullreq github:137 where Py2K unicode
+ literals (e.g. ``u""``) would not be accepted by the
+ :paramref:`.relationship.cascade` option.
+ Pull request courtesy Julien Castets.
+
+
+.. changelog::
:version: 1.0.0b1
:released: March 13, 2015