summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorWichert Akkerman <wichert@wiggy.net>2013-12-10 13:31:23 +0100
committerWichert Akkerman <wichert@wiggy.net>2013-12-10 13:31:23 +0100
commit3c95b1af3661618490e6a3789fd80755924e7d18 (patch)
tree0324d7ac67c7b1b1b8ba7ea1c85d1e59fb43d908 /CHANGES.txt
parentc503891d43251e7bf6111c6c1f521b43c55d917b (diff)
downloadpyramid-3c95b1af3661618490e6a3789fd80755924e7d18.tar.gz
pyramid-3c95b1af3661618490e6a3789fd80755924e7d18.tar.bz2
pyramid-3c95b1af3661618490e6a3789fd80755924e7d18.zip
Fix JSONP syntax error
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 9f780fe45..c05c4561e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -51,6 +51,9 @@ Features
Bug Fixes
---------
+- Add a trailing semicolon to the JSONP response. This fixes JavaScript syntax
+ errors for old IE versions.
+
- Fix the ``pcreate`` script so that when the target directory name ends with a
slash it does not produce a non-working project directory structure.
Previously saying ``pcreate -s starter /foo/bar/`` produced different output