diff options
| author | Chris McDonough <chrism@plope.com> | 2012-01-19 03:24:04 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-01-19 03:24:04 -0500 |
| commit | 077f3d1d0b28d9f565cc07a3ad11f4a8bb359054 (patch) | |
| tree | 09ac1c9fb803fc89a557eb7283452e526614232e /CHANGES.txt | |
| parent | 4ef8a99d3260d99fa5522a0d26f1e7c1487c0265 (diff) | |
| parent | 520676451b8b89177ad95cfcaa3f90484f5a6a18 (diff) | |
| download | pyramid-077f3d1d0b28d9f565cc07a3ad11f4a8bb359054.tar.gz pyramid-077f3d1d0b28d9f565cc07a3ad11f4a8bb359054.tar.bz2 pyramid-077f3d1d0b28d9f565cc07a3ad11f4a8bb359054.zip | |
Merge branch '1.3-branch'
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8950e75a2..fc7fc1cab 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,19 @@ +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. + +- Responses generated by Pyramid's ``static_view`` now use + a ``wsgi.file_wrapper`` (see + http://www.python.org/dev/peps/pep-0333/#optional-platform-specific-file-handling) + when one is provided by the web server. + 1.3a5 (2012-01-09) ================== @@ -25,7 +41,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. |
