diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-01-16 19:31:32 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-01-16 19:31:32 +0000 |
| commit | 7ed7c163a943add60404c9794711fdb406dcdf13 (patch) | |
| tree | 3cee7ba3d18b79d13aa62a37de47b3a73f6e097c /CHANGES.txt | |
| parent | de2db16485a269c4453289155fc1afd74a44ea2d (diff) | |
| download | pyramid-7ed7c163a943add60404c9794711fdb406dcdf13.tar.gz pyramid-7ed7c163a943add60404c9794711fdb406dcdf13.tar.bz2 pyramid-7ed7c163a943add60404c9794711fdb406dcdf13.zip | |
Note the readdition of ``root_policy``.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
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 -------- |
