diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-11-10 20:46:44 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-11-10 20:46:44 +0000 |
| commit | 6d4015c5d9f5ddeb60d162d385579176a44d8be3 (patch) | |
| tree | b2e51684e6bcdeff34b24918e067f7e7e118ed81 /CHANGES.txt | |
| parent | e3e6ac2797146dcd9d3176906aafac62fb9d92e9 (diff) | |
| download | pyramid-6d4015c5d9f5ddeb60d162d385579176a44d8be3.tar.gz pyramid-6d4015c5d9f5ddeb60d162d385579176a44d8be3.tar.bz2 pyramid-6d4015c5d9f5ddeb60d162d385579176a44d8be3.zip | |
- The ``model_path`` and ``model_url`` traversal APIs returned the
wrong value for the root object (e.g. ``model_path`` returned
``''`` for the root object, while it should have been returning
``'/'``).
Prep for 0.4.6.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 72b1b2699..b56c86879 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,12 @@ +0.4.6 (11/10/2008) + + Bug Fixes + + - The ``model_path`` and ``model_url`` traversal APIs returned the + wrong value for the root object (e.g. ``model_path`` returned + ``''`` for the root object, while it should have been returning + ``'/'``). + 0.4.5 (11/9/2008) Features |
