summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
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