summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-02-25 00:36:44 -0500
committerChris McDonough <chrism@plope.com>2011-02-25 00:36:44 -0500
commit0a0edfcc42611fc9f815e7a4117674678840abb1 (patch)
treeedd0426484c1bed7aee310541e2eac9c7b66e0f5 /CHANGES.txt
parentf6efedac6346f056970d1be13c3ae054ce56b3fb (diff)
downloadpyramid-0a0edfcc42611fc9f815e7a4117674678840abb1.tar.gz
pyramid-0a0edfcc42611fc9f815e7a4117674678840abb1.tar.bz2
pyramid-0a0edfcc42611fc9f815e7a4117674678840abb1.zip
- ``pyramid.url.route_path`` (and the shortcut
``pyramid.request.Request.route_url`` method) now include the WSGI SCRIPT_NAME at the front of the path if it is not empty (see https://github.com/Pylons/pyramid/issues/135). - ``pyramid.testing.DummyRequest`` now has a ``script_name`` attribute (the empty string). Closes #135
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 37d7a3dfc..85ee1b614 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -24,6 +24,14 @@ Bug Fixes
- Don't send port numbers along with domain information in cookies set by
AuthTktCookieHelper (see https://github.com/Pylons/pyramid/issues/131).
+- ``pyramid.url.route_path`` (and the shortcut
+ ``pyramid.request.Request.route_url`` method) now include the WSGI
+ SCRIPT_NAME at the front of the path if it is not empty (see
+ https://github.com/Pylons/pyramid/issues/135).
+
+- ``pyramid.testing.DummyRequest`` now has a ``script_name`` attribute (the
+ empty string).
+
1.0 (2011-01-30)
================