diff options
| author | Michael Merickel <michael@merickel.org> | 2015-02-17 20:50:33 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-02-17 20:50:33 -0600 |
| commit | 750b783e9726684b2860bac4c1ab9d385f4cfb78 (patch) | |
| tree | 734a59ed84a81322553d22d5d7b8ccef4375956c | |
| parent | 5fff455548067480c820da2f64bc0b9c16a916a0 (diff) | |
| download | pyramid-750b783e9726684b2860bac4c1ab9d385f4cfb78.tar.gz pyramid-750b783e9726684b2860bac4c1ab9d385f4cfb78.tar.bz2 pyramid-750b783e9726684b2860bac4c1ab9d385f4cfb78.zip | |
fix typo on changes.rst
| -rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index f2bedbcc9..ca2020cdb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -148,7 +148,7 @@ Bug Fixes - Allow the ``pyramid.renderers.JSONP`` renderer to work even if there is no valid request object. In this case it will not wrap the object in a - callback and thus behave just like the ``pyramid.renderers.JSON` renderer. + callback and thus behave just like the ``pyramid.renderers.JSON`` renderer. See https://github.com/Pylons/pyramid/pull/1561 - Prevent "parameters to load are deprecated" ``DeprecationWarning`` |
