From 2d5424869375bb9d3c4b24489aa164d9b8095e29 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 19 Jan 2010 17:33:29 +0000 Subject: - When WebOb 0.9.7.1 was used, a deprecation warning was issued for the class attribute named ``charset`` within ``repoze.bfg.request.Request``. BFG now *requires* WebOb >= 0.9.7, and code was added so that this deprecation warning has disappeared. --- CHANGES.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 98ab464b7..88328042c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,13 +11,23 @@ Bug Fixes is called. This makes it possible to use the global Zope component registry as a BFG application registry. +- When WebOb 0.9.7.1 was used, a deprecation warning was issued for + the class attribute named ``charset`` within + ``repoze.bfg.request.Request``. BFG now *requires* WebOb >= 0.9.7, + and code was added so that this deprecation warning has disappeared. + Documentation ------------- - Change renderings of ZCML directive documentation. - Add a narrative documentation chapter: "Using the Zope Component - Architecture in ``repoze.bfg``" + Architecture in repoze.bfg". + +Dependencies +------------ + +- Require WebOb >= 0.9.7 1.2b1 (2010-01-18) ================== -- cgit v1.2.3