summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-06-22 02:30:13 +0000
committerChris McDonough <chrism@agendaless.com>2009-06-22 02:30:13 +0000
commit1cd5984995fefa64bdb7bdd47e6e09e8d424f6d2 (patch)
tree5d111a0d62170b38320a9910c25306610a4987e2 /CHANGES.txt
parentffdbee31ce747c723988ef5ae94a0d02400718ba (diff)
downloadpyramid-1cd5984995fefa64bdb7bdd47e6e09e8d424f6d2.tar.gz
pyramid-1cd5984995fefa64bdb7bdd47e6e09e8d424f6d2.tar.bz2
pyramid-1cd5984995fefa64bdb7bdd47e6e09e8d424f6d2.zip
- The values of ``subpath``, ``traversed``, and ``virtual_root_path``
attached to the request object are always now tuples instead of lists (performance).
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9d3f35b3d..6528264e7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -165,6 +165,10 @@ Backwards Incompatibilities
there to service the ``repoze.bfg.wsgi.wsgiapp2`` decorator and it
did it wrong; use ``*subpath`` instead now.
+- The values of ``subpath``, ``traversed``, and ``virtual_root_path``
+ attached to the request object are always now tuples instead of
+ lists (performance).
+
Bug Fixes
---------