diff options
| author | Michael Merickel <michael@merickel.org> | 2015-10-21 01:39:02 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-10-21 01:39:02 -0500 |
| commit | a9e1ba4cf0a89583ebe6511fecb501dbb275cc0d (patch) | |
| tree | 5403d433e1ff352a478df675e1b27cd70aa14723 | |
| parent | 6c0d2a7ce041cd4416bd1e6f149729b813f9f800 (diff) | |
| download | pyramid-a9e1ba4cf0a89583ebe6511fecb501dbb275cc0d.tar.gz pyramid-a9e1ba4cf0a89583ebe6511fecb501dbb275cc0d.tar.bz2 pyramid-a9e1ba4cf0a89583ebe6511fecb501dbb275cc0d.zip | |
update changelog to document preserving capitalization in pshell
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8c1adc789..8b63cf847 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -148,7 +148,8 @@ Features https://github.com/Pylons/pyramid/pull/1610 - Additional shells for ``pshell`` can now be registered as entrypoints. See - https://github.com/Pylons/pyramid/pull/1891 + https://github.com/Pylons/pyramid/pull/1891 and + https://github.com/Pylons/pyramid/pull/2012 - The variables injected into ``pshell`` are now displayed with their docstrings instead of the default ``str(obj)`` when possible. @@ -226,6 +227,11 @@ Bug Fixes WebOb 1.5. See https://github.com/Pylons/pyramid/pull/1865 +- ``pshell`` will now preserve the capitalization of variables in the + ``[pshell]`` section of the INI file. This makes exposing classes to the + shell a little more straightfoward. + See https://github.com/Pylons/pyramid/pull/1883 + Deprecations ------------ |
