summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-16 20:09:05 -0400
committerChris McDonough <chrism@plope.com>2011-07-16 20:09:05 -0400
commit9c5b83710cd86ef4ddeae49a37518d869e504308 (patch)
tree456488506ef985786b15f533b76dab7ef4630faf /CHANGES.txt
parent95df4223bfd0306a9296214c30ca14dccdd8c6c4 (diff)
downloadpyramid-9c5b83710cd86ef4ddeae49a37518d869e504308.tar.gz
pyramid-9c5b83710cd86ef4ddeae49a37518d869e504308.tar.bz2
pyramid-9c5b83710cd86ef4ddeae49a37518d869e504308.zip
mention paster pshell using bootstrap
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 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.