diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4cca670d3..a98d135d1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,9 +2,10 @@ 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 + URL path segment quoting and encoding results, by disusing Python's ``urlparse.urljoin`` in favor of a simple string - concatenation. + concatenation, and by using ``ob.__class__ is unicode`` rather + than ``isinstance(ob, unicode)`` in one strategic place. 0.5.5 (12/17/2008) |
