From 3d16dee6c98960889c85beedfc03e3d895b4a8a4 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 2 Jun 2009 02:44:00 +0000 Subject: - 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. --- CHANGES.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') 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 ------------- -- cgit v1.2.3