From ea824f6f1ceaae4b922b6cff5320bb1c19cbacd5 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 18 Aug 2011 22:15:11 -0400 Subject: - 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". --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES.txt') 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 -------- -- cgit v1.2.3