summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-16 20:07:52 -0400
committerChris McDonough <chrism@plope.com>2011-07-16 20:07:52 -0400
commit95df4223bfd0306a9296214c30ca14dccdd8c6c4 (patch)
treef1a8a48e00faed555086d1ebdba35ed762c6e53a
parentf06ce6f0dad47bd9b804b17b04035252fdd7868e (diff)
downloadpyramid-95df4223bfd0306a9296214c30ca14dccdd8c6c4.tar.gz
pyramid-95df4223bfd0306a9296214c30ca14dccdd8c6c4.tar.bz2
pyramid-95df4223bfd0306a9296214c30ca14dccdd8c6c4.zip
mention paster pshell using prepare
-rw-r--r--CHANGES.txt9
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
---------