diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-06-02 02:44:00 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-06-02 02:44:00 +0000 |
| commit | 3d16dee6c98960889c85beedfc03e3d895b4a8a4 (patch) | |
| tree | da452e6d95f46b60e23b199bf06a3fbfe4c0eb45 /CHANGES.txt | |
| parent | 44492bc1ef8ec6fd076d3f6cf3ec111e7801c91b (diff) | |
| download | pyramid-3d16dee6c98960889c85beedfc03e3d895b4a8a4.tar.gz pyramid-3d16dee6c98960889c85beedfc03e3d895b4a8a4.tar.bz2 pyramid-3d16dee6c98960889c85beedfc03e3d895b4a8a4.zip | |
- Add ``repoze.bfg.request.current_request`` function. This function
should be used (**very sparingly**) to retrieve the "current"
request. See the ``repoze.bfg.request`` API documentation for more
information.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e7ce02bc2..8e5d33465 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,10 +1,19 @@ Next release ============ +Features +-------- + +- Add ``repoze.bfg.request.current_request`` function. This function + should be used (**very sparingly**) to retrieve the "current" + request. See the ``repoze.bfg.request`` API documentation for more + information. + Bug Fixes --------- -- Restored missing entry point declaration for bfg_alchemy paster template, which was accidentally removed in 0.9. +- Restored missing entry point declaration for bfg_alchemy paster + template, which was accidentally removed in 0.9. Documentation ------------- |
