summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-04-18 23:18:58 -0400
committerChris McDonough <chrism@plope.com>2011-04-18 23:18:58 -0400
commit0f7831e3ee2d8504120005bd82cc0eb03d39c73d (patch)
tree61ad4a6e4b2eab9a963b782b8b4cdc1ada4bd334 /CHANGES.txt
parent6f0805ec33252d391338972eaadea25262b6d71c (diff)
downloadpyramid-0f7831e3ee2d8504120005bd82cc0eb03d39c73d.tar.gz
pyramid-0f7831e3ee2d8504120005bd82cc0eb03d39c73d.tar.bz2
pyramid-0f7831e3ee2d8504120005bd82cc0eb03d39c73d.zip
- 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``"). (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.)
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3ae834d93..a59218eff 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -114,6 +114,14 @@ Bug Fixes
- Redirects issued by a static view did not take into account any existing
``SCRIPT_NAME`` (such as one set by a url mapping composite). Now they do.
+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``").
+ (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.)
+
1.0 (2011-01-30)
================