summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2013-12-20 11:46:20 -0800
committerTres Seaver <tseaver@palladion.com>2013-12-20 11:46:20 -0800
commit183470537df63941cca098076d06b4d1ac6d4d11 (patch)
tree0c11c9373dfda26b0ff2b636f5e76643b736b3d4 /CHANGES.txt
parentdd449905be07e6088d78af0be84e8e98e72e445d (diff)
parente2600da48a2808fbd3a94ea12255021b4356fb33 (diff)
downloadpyramid-183470537df63941cca098076d06b4d1ac6d4d11.tar.gz
pyramid-183470537df63941cca098076d06b4d1ac6d4d11.tar.bz2
pyramid-183470537df63941cca098076d06b4d1ac6d4d11.zip
Merge pull request #1210 from bertjwregeer/feature.depend-on-webob
Depend on webob 1.3.1
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b7e47f0e5..9d877c0ac 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,9 @@ Next release
Bug Fixes
---------
+- Depend on a newer version of WebOb so that we pull in some crucial bug-fixes
+ that were showstoppers for functionality in Pyramid.
+
- Add a trailing semicolon to the JSONP response. This fixes JavaScript syntax
errors for old IE versions. See https://github.com/Pylons/pyramid/pull/1205