summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-01-16 19:31:32 +0000
committerChris McDonough <chrism@agendaless.com>2009-01-16 19:31:32 +0000
commit7ed7c163a943add60404c9794711fdb406dcdf13 (patch)
tree3cee7ba3d18b79d13aa62a37de47b3a73f6e097c
parentde2db16485a269c4453289155fc1afd74a44ea2d (diff)
downloadpyramid-7ed7c163a943add60404c9794711fdb406dcdf13.tar.gz
pyramid-7ed7c163a943add60404c9794711fdb406dcdf13.tar.bz2
pyramid-7ed7c163a943add60404c9794711fdb406dcdf13.zip
Note the readdition of ``root_policy``.
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a747ffa25..f073f32a6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,13 @@
After 0.6.2
===========
+Bug Fixes
+---------
+
+- Readd ``root_policy`` attribute on Router object (as a property
+ which returns the IRootFactory utility). Code in the wild depended
+ upon its presence (esp. scripts and "debug" helpers).
+
Features
--------