summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-05-21 18:28:33 -0400
committerChris McDonough <chrism@plope.com>2013-05-21 18:28:33 -0400
commit1166fecd2ee051029ecbcccbaa3e3daae3526cf8 (patch)
tree5314c4fdab8a8deacd43c504f3a41af20e0d093a /CHANGES.txt
parent91385e4c204532394d0cdee3ad61e0ff6cb51f0f (diff)
parentbea48e2f01070003a795aa12b8d8ba464fe15115 (diff)
downloadpyramid-1166fecd2ee051029ecbcccbaa3e3daae3526cf8.tar.gz
pyramid-1166fecd2ee051029ecbcccbaa3e3daae3526cf8.tar.bz2
pyramid-1166fecd2ee051029ecbcccbaa3e3daae3526cf8.zip
Merge branch 'feature-pep302'
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 468fe1ed1..ceaeb3519 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,11 @@ next release
Features
--------
+- Make the ``pyramid.config.assets.PackageOverrides`` object implement the
+ API for ``__loader__`` objects specified in PEP 302. Proxies to the
+ ``__loader__`` set by the importer, if present; otherwise, raises
+ ``NotImplementedError``.
+
- ``ACLAuthorizationPolicy`` supports ``__acl__`` as a callable. This
removes the ambiguity between the potential ``AttributeError`` that would
be raised on the ``context`` when the property was not defined and the