diff options
| -rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index fd10a7219..895713767 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -14,6 +14,15 @@ Backwards Incompatibilities It has been removed. Sorry for any inconvenience. Use the ``pyramid.request.Request.blank`` API instead. +Features +-------- + +- The ``paster pshell`` command now under the hood uses + ``pyramid.scripting.prepare``, 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. + Bug Fixes --------- |
