summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBert JW Regeer <bert.regeer@absio.com>2013-12-13 10:52:46 -0700
committerBert JW Regeer <bert.regeer@absio.com>2013-12-13 10:52:46 -0700
commite2600da48a2808fbd3a94ea12255021b4356fb33 (patch)
treedc53a91a30bef55b8221d6eb3eac606af768f74e /CHANGES.txt
parent0506e76256fa25adffeff2aa4b1947c9bc2ceceb (diff)
downloadpyramid-e2600da48a2808fbd3a94ea12255021b4356fb33.tar.gz
pyramid-e2600da48a2808fbd3a94ea12255021b4356fb33.tar.bz2
pyramid-e2600da48a2808fbd3a94ea12255021b4356fb33.zip
Update CHANGES
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