From e9637c7f521c1f499e12115fa035a55d15ce65e8 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 14 Oct 2015 22:46:06 -0500 Subject: [PATCH] update changelog for #1929 --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index b71af30cba..4396c4356b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -137,6 +137,10 @@ Features - Additional shells for ``pshell`` can now be registered as entrypoints. See https://github.com/Pylons/pyramid/pull/1891 +- The variables injected into ``pshell`` are now displayed with their + docstrings instead of the default ``str(obj)`` when possible. + See https://github.com/Pylons/pyramid/pull/1929 + Bug Fixes ---------