diff options
| author | Tres Seaver <tseaver@palladion.com> | 2009-04-30 18:17:29 +0000 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2009-04-30 18:17:29 +0000 |
| commit | a6b51e9acbcd936114674ef7894aecfab061a42b (patch) | |
| tree | 26673bcaedbf1160c91bc5481acd796092b05987 /CHANGES.txt | |
| parent | 27b87596a09ae4616b2445f85e6c4edea85114f9 (diff) | |
| download | pyramid-a6b51e9acbcd936114674ef7894aecfab061a42b.tar.gz pyramid-a6b51e9acbcd936114674ef7894aecfab061a42b.tar.bz2 pyramid-a6b51e9acbcd936114674ef7894aecfab061a42b.zip | |
Speed up / clarify 'traversal' module's 'model_path', 'model_path_tuple',
and '_model_path_list' functions.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 5070ee707..17e75f66f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -98,6 +98,9 @@ Features - The notfound debug now shows the traversed path, the virtual root, and the virtual root path too. +- Speed up / clarify 'traversal' module's 'model_path', 'model_path_tuple', + and '_model_path_list' functions. + 0.7.0 (2009-04-11) ================== |
