From 3c95b1af3661618490e6a3789fd80755924e7d18 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Tue, 10 Dec 2013 13:31:23 +0100 Subject: Fix JSONP syntax error --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.txt') 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 -- cgit v1.2.3 From 2617e2198fac67364b195a12e228da20c3f8afee Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 12 Dec 2013 16:06:50 -0500 Subject: add url to issue --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 1ae2ebbd9..88b3c1229 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -75,7 +75,7 @@ Bug Fixes --------- - Add a trailing semicolon to the JSONP response. This fixes JavaScript syntax - errors for old IE versions. + errors for old IE versions. See https://github.com/Pylons/pyramid/pull/1205 - 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. -- cgit v1.2.3