summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFernando Correa Neto <fcdoth@gmail.com>2008-12-09 23:16:56 +0000
committerFernando Correa Neto <fcdoth@gmail.com>2008-12-09 23:16:56 +0000
commit67b8a1ceda0d73739b18045c8b405a1d22b4480a (patch)
treeba340a43cfd0f030833b8714137f7439bbb45feb /CHANGES.txt
parentd1925330a4b9c9fae0ac28025b5c1023a0a5c0a6 (diff)
downloadpyramid-67b8a1ceda0d73739b18045c8b405a1d22b4480a.tar.gz
pyramid-67b8a1ceda0d73739b18045c8b405a1d22b4480a.tar.bz2
pyramid-67b8a1ceda0d73739b18045c8b405a1d22b4480a.zip
Add context.root to router so the root model can be easily accessed from a view
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 566aab498..a310d2c27 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,8 @@
+0.5.4 (12/9/2008)
+
+ - Add ``request.root`` to ``router.Router`` in order to have easy
+ access to the application root.
+
0.5.3 (12/7/2008)
- Remove the ``ITestingTemplateRenderer`` interface. When