diff options
| author | Chris McDonough <chrism@plope.com> | 2013-12-12 16:06:57 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-12-12 16:06:57 -0500 |
| commit | c4cd124e05b54c675dde63889b1cce50dd57d7f1 (patch) | |
| tree | a88f829c5026e8c8821dd06a31c443af2bef4757 /CHANGES.txt | |
| parent | 28c26c17d66b563140e60b95ca1ea7e6dc3ccb6c (diff) | |
| parent | 2617e2198fac67364b195a12e228da20c3f8afee (diff) | |
| download | pyramid-c4cd124e05b54c675dde63889b1cce50dd57d7f1.tar.gz pyramid-c4cd124e05b54c675dde63889b1cce50dd57d7f1.tar.bz2 pyramid-c4cd124e05b54c675dde63889b1cce50dd57d7f1.zip | |
Merge branch '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..88b3c1229 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. 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. Previously saying ``pcreate -s starter /foo/bar/`` produced different output |
