summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-04-18 23:20:22 -0400
committerChris McDonough <chrism@plope.com>2011-04-18 23:20:22 -0400
commitdad904380fd3f53a82e5c48316cc0e7bfa199b74 (patch)
tree04d8cada17e657ca3705827939b038ce76514e80
parent0f7831e3ee2d8504120005bd82cc0eb03d39c73d (diff)
downloadpyramid-dad904380fd3f53a82e5c48316cc0e7bfa199b74.tar.gz
pyramid-dad904380fd3f53a82e5c48316cc0e7bfa199b74.tar.bz2
pyramid-dad904380fd3f53a82e5c48316cc0e7bfa199b74.zip
Fix parens.
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a59218eff..66103fbc1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -117,8 +117,8 @@ Bug Fixes
Dependencies
------------
-- Pyramid now depends on WebOb >= 1.0.2 (tests depend on the bugfix in that
- release: "Fix handling of WSGI environs with missing ``SCRIPT_NAME``").
+- Pyramid now depends on WebOb >= 1.0.2 as tests depend on the bugfix in that
+ release: "Fix handling of WSGI environs with missing ``SCRIPT_NAME``".
(Note that in reality, everyone should probably be using 1.0.4 or better
though, as WebOb 1.0.2 and 1.0.3 were effectively brownbag releases.)