summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index dddfecaf7..aa4c07d7b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,7 +3,9 @@ Twophase branch
- ``pyramid.configuration.Config`` was added. It has the same API as the old
``Configurator`` which it means to replace, except by default it is a
- *non-autocommitting* configurator. It also has a new API method named
+ *non-autocommitting* configurator, unlike
+ ``pyramid.configuration.Configurator``, which will autocommit every time a
+ configuration method is called. It also has a new API method named
``with_context`` (a classmethod).
- ``pyramid.configuration.Configurator`` is now deprecated. Use