summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-09-08 17:28:39 -0400
committerChris McDonough <chrism@plope.com>2013-09-08 17:28:39 -0400
commitcbcd4d2dc8f948d43fffd6f403cee3bec93f87f8 (patch)
tree25e44dff2f7343f06c937c487dc5c920c2f5aa0a
parentc30e2d0c93a1971e983c657ec7ec0e6b796d3bc2 (diff)
downloadpyramid-cbcd4d2dc8f948d43fffd6f403cee3bec93f87f8.tar.gz
pyramid-cbcd4d2dc8f948d43fffd6f403cee3bec93f87f8.tar.bz2
pyramid-cbcd4d2dc8f948d43fffd6f403cee3bec93f87f8.zip
wording
-rw-r--r--CHANGES.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3a78f6950..a26336a00 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,9 +4,10 @@ Next Release
Features
--------
-- Users can now provide dotted Python names to
- ``add_{view,route,subscriber}_predicates`` instead of the predicate factory
- directly.
+- Users can now provide dotted Python names to as the ``factory`` argument
+ the Configurator methods named ``add_{view,route,subscriber}_predicate``
+ (instead of passing the predicate factory directly, you can pass a
+ dotted name which refers to the factory).
Bug Fixes
---------