diff options
| author | Chris McDonough <chrism@plope.com> | 2013-12-12 16:09:05 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-12-12 16:09:05 -0500 |
| commit | 6b0d6ff01277993660049e3c289126ffb309c8dd (patch) | |
| tree | 9ad2c4d6c3bb884e29063d2bba9c638be9531d69 | |
| parent | c4cd124e05b54c675dde63889b1cce50dd57d7f1 (diff) | |
| download | pyramid-6b0d6ff01277993660049e3c289126ffb309c8dd.tar.gz pyramid-6b0d6ff01277993660049e3c289126ffb309c8dd.tar.bz2 pyramid-6b0d6ff01277993660049e3c289126ffb309c8dd.zip | |
put change note in the right release section
| -rw-r--r-- | CHANGES.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 88b3c1229..b7e47f0e5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,12 @@ +Next release +============ + +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 + 1.5a3 (2013-12-10) ================== @@ -74,9 +83,6 @@ 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 |
