From 6d4015c5d9f5ddeb60d162d385579176a44d8be3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 10 Nov 2008 20:46:44 +0000 Subject: - 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. --- CHANGES.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGES.txt') 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 -- cgit v1.2.3