From 1cd5984995fefa64bdb7bdd47e6e09e8d424f6d2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 22 Jun 2009 02:30:13 +0000 Subject: - The values of ``subpath``, ``traversed``, and ``virtual_root_path`` attached to the request object are always now tuples instead of lists (performance). --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') 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 --------- -- cgit v1.2.3