diff options
| author | Chris McDonough <chrism@plope.com> | 2010-12-08 12:02:59 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-12-08 12:02:59 -0500 |
| commit | 421baeeef8db473a71d9c66f6e29a73afb8ee91c (patch) | |
| tree | 1320af4c0b5a5b33ff97c5f3ffeea3a3da1369bf /CHANGES.txt | |
| parent | e16ab0ed58eb6675e457a2f57ed4d4d5030cc41a (diff) | |
| download | pyramid-421baeeef8db473a71d9c66f6e29a73afb8ee91c.tar.gz pyramid-421baeeef8db473a71d9c66f6e29a73afb8ee91c.tar.bz2 pyramid-421baeeef8db473a71d9c66f6e29a73afb8ee91c.zip | |
create a context only as necessary (speed)
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
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 |
