diff options
| author | Chris McDonough <chrism@plope.com> | 2013-12-12 15:50:28 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-12-12 15:50:28 -0500 |
| commit | 0805d22ed951752a56d96e13384065bfafa2a315 (patch) | |
| tree | a45a84082f36a8795341cf5471c1368e5cccf975 /CHANGES.txt | |
| parent | 28c26c17d66b563140e60b95ca1ea7e6dc3ccb6c (diff) | |
| parent | 3c95b1af3661618490e6a3789fd80755924e7d18 (diff) | |
| download | pyramid-0805d22ed951752a56d96e13384065bfafa2a315.tar.gz pyramid-0805d22ed951752a56d96e13384065bfafa2a315.tar.bz2 pyramid-0805d22ed951752a56d96e13384065bfafa2a315.zip | |
Merge branch 'jsonp-syntax' of github.com:wichert/pyramid into wichert-jsonp-syntax
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8ca6e7e9b..1ae2ebbd9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -74,6 +74,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 |
