diff options
| author | Michael Merickel <michael@merickel.org> | 2012-01-11 02:33:21 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2012-01-11 02:33:21 -0600 |
| commit | fda1a4d61293b3959f71558ff5429c89e7bb9d84 (patch) | |
| tree | a4279e58a733f468781edb79644b4ae7c1b88310 /CHANGES.txt | |
| parent | cf3a11e990adda800e284effb006f1c28335da4d (diff) | |
| parent | 6c2e8fb0f75939ebff014a7bf16500003ab9f1af (diff) | |
| download | pyramid-fda1a4d61293b3959f71558ff5429c89e7bb9d84.tar.gz pyramid-fda1a4d61293b3959f71558ff5429c89e7bb9d84.tar.bz2 pyramid-fda1a4d61293b3959f71558ff5429c89e7bb9d84.zip | |
Merge branch 'feature.lazy-request-properties' into 1.3-branch
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8950e75a2..a755f6418 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,14 @@ +Unreleased +========== + +Features +-------- + +- New API: ``pyramid.config.Configurator.set_request_property``. Add lazy + property descriptors to a request without changing the request factory. + This method provides conflict detection and is the suggested way to add + properties to a request. + 1.3a5 (2012-01-09) ================== @@ -25,7 +36,7 @@ Features - New API: ``pyramid.request.Request.set_property``. Add lazy property descriptors to a request without changing the request factory. New properties may be reified, effectively caching the value for the lifetime - of the instance. Common use-cases for this would be to get a database + of the instance. Common use-cases for this would be to get a database connection for the request or identify the current user. - Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding. |
