summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-01-19 17:33:29 +0000
committerChris McDonough <chrism@agendaless.com>2010-01-19 17:33:29 +0000
commit2d5424869375bb9d3c4b24489aa164d9b8095e29 (patch)
tree31506f94f2b49b2000ae5d133d15e1359dc04b03 /CHANGES.txt
parent2c0f82dae84c3e4fc1d83c5bfb27750131487076 (diff)
downloadpyramid-2d5424869375bb9d3c4b24489aa164d9b8095e29.tar.gz
pyramid-2d5424869375bb9d3c4b24489aa164d9b8095e29.tar.bz2
pyramid-2d5424869375bb9d3c4b24489aa164d9b8095e29.zip
- 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.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 11 insertions, 1 deletions
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)
==================