summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-18 22:15:11 -0400
committerChris McDonough <chrism@plope.com>2011-08-18 22:15:11 -0400
commitea824f6f1ceaae4b922b6cff5320bb1c19cbacd5 (patch)
treee958448ee49f59f5fd94dd7550803cbf8febc8ef /CHANGES.txt
parentff5f5d2717f9f584734b01e8f189fd3850d9faaf (diff)
downloadpyramid-ea824f6f1ceaae4b922b6cff5320bb1c19cbacd5.tar.gz
pyramid-ea824f6f1ceaae4b922b6cff5320bb1c19cbacd5.tar.bz2
pyramid-ea824f6f1ceaae4b922b6cff5320bb1c19cbacd5.zip
- Pyramid no longer eagerly commits some default configuration statements at
Configurator construction time, which permits values passed in as constructor arguments (e.g. ``authentication_policy`` and ``authorization_policy``) to override the same settings obtained via an "include".
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index bff399598..dede9cf53 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -64,6 +64,14 @@ Features
``set_authentication_policy`` and ``set_authorization_policy``. These are
meant to be consumed mostly by add-on authors.
+- New Configurator method: ``set_root_factory``.
+
+- Pyramid no longer eagerly commits some default configuration statements at
+ Configurator construction time, which permits values passed in as
+ constructor arguments (e.g. ``authentication_policy`` and
+ ``authorization_policy``) to override the same settings obtained via an
+ "include".
+
Internal
--------