diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9edbd433c..4cca670d3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,11 @@ +Next release + + - Speed up ``traversal.model_url`` execution by using a custom url + quoting function instead of Python's ``urllib.quote``, by caching + URL path segment quoting and encoding results, and by disusing + Python's ``urlparse.urljoin`` in favor of a simple string + concatenation. + 0.5.5 (12/17/2008) Backwards Incompatibilities |
