summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-10-02 18:12:29 -0400
committerChris McDonough <chrism@plope.com>2013-10-02 18:12:29 -0400
commit79d9d6862ff906aa0bf26968e0ba763c54775b5c (patch)
tree729fe6efdc95f20d4c64fbc253b7c0b2fec93f39 /CHANGES.txt
parent71644dbf58cdea59017328f57a6727856ba5f2c7 (diff)
downloadpyramid-79d9d6862ff906aa0bf26968e0ba763c54775b5c.tar.gz
pyramid-79d9d6862ff906aa0bf26968e0ba763c54775b5c.tar.bz2
pyramid-79d9d6862ff906aa0bf26968e0ba763c54775b5c.zip
correct the explanation of the behavior change
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c8b79d65f..051328a02 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -36,7 +36,7 @@ Backwards Incompatibilities
``query`` parameter of ``request.resource_url`` (and their variants), used
to encode a value of ``None`` as the string ``'None'``, leaving the resulting
query string to be ``a=b&key=None``. The value is now dropped in this
- situation, leaving a query string of ``a=b&key``.
+ situation, leaving a query string of ``a=b&key=``.
See https://github.com/Pylons/pyramid/issues/1119
1.5a2 (2013-09-22)