diff options
| -rw-r--r-- | CHANGES.txt | 2 | ||||
| -rw-r--r-- | docs/whatsnew-1.1.rst | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 895713767..5a709b332 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -18,7 +18,7 @@ Features -------- - The ``paster pshell`` command now under the hood uses - ``pyramid.scripting.prepare``, which makes it possible to supply an + ``pyramid.paster.bootstrap``, which makes it possible to supply an ``.ini`` file without naming the "right" section in the file that points at the actual Pyramid application. Instead, you can generally just run ``paster pshell development.ini`` and it will do mostly the right thing. diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst index 48be2190f..40deb55e4 100644 --- a/docs/whatsnew-1.1.rst +++ b/docs/whatsnew-1.1.rst @@ -184,6 +184,12 @@ Minor Feature Additions - ``paster pshell`` now offers more built-in global variables by default (including ``app`` and ``settings``). See :ref:`interactive_shell`. +- The ``paster pshell`` command now under the hood uses + :func:`pyramid.paster.bootstrap`, which makes it possible to supply an + ``.ini`` file without naming the "right" section in the file that points at + the actual Pyramid application. Instead, you can generally just run + ``paster pshell development.ini`` and it will do mostly the right thing. + - It is now possible to add a ``[pshell]`` section to your application's .ini configuration file, which influences the global names available to a pshell session. See :ref:`extending_pshell`. |
