diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index fd02f07ea..cb9453b43 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,6 +11,13 @@ Bug Fixes ``bfg_alchemy`` application template's ``MyApp`` model was an integer. This was incorrect. It is now a string. +Internal +-------- + +- Replace the statement ``path = path.rstrip('/').lstrip('/')`` with + the simpler ``path = path.strip('/')`` in the + ``repoze.bfg.traversal.traversal_path`` function. + 1.2 (2010-02-10) ================ |
