summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-11-21 21:59:53 -0500
committerChris McDonough <chrism@plope.com>2011-11-21 21:59:53 -0500
commit8a5db43e9b7671f49e118cbb888019445df0ae14 (patch)
treeb6390fb4a80e31570e847c4e1c0160f974429191
parent25b8a96b7825d0c3218bc1e3f90eaebd9b024371 (diff)
downloadpyramid-8a5db43e9b7671f49e118cbb888019445df0ae14.tar.gz
pyramid-8a5db43e9b7671f49e118cbb888019445df0ae14.tar.bz2
pyramid-8a5db43e9b7671f49e118cbb888019445df0ae14.zip
Garden (ref commit #2cf5d28).
-rw-r--r--CHANGES.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 33008cbea..183c7406b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -14,6 +14,9 @@ Features
spec. An entire application can be written with such asset specs,
requiring no ordered lookup path.
+- ``bpython`` interpreter compatibility in ``pshell``. See the "Command-Line
+ Pyramid" narrative docs chapter for more information.
+
Bug Fixes
---------
@@ -57,6 +60,11 @@ Backwards Incompatibilities
``paste.httpserver`` server. Rationale: Rationale: the Paste and
PasteScript packages do not run under Python 3.
+- The ``pshell`` command (nee "paster pshell") no longer accepts a
+ ``--disable-ipython`` command-line argument. Instead, it accepts a ``-p``
+ or ``--python-shell`` argument, which can be any of the values ``python``,
+ ``ipython`` or ``bpython``.
+
Dependencies
------------
@@ -77,7 +85,6 @@ Scaffolds
- Rendered scaffolds have now been changed to be more relocatable (fewer
mentions of the package name within files in the package).
-- The ``alchemy`` scaffold has been removed.
-
-- The ``routesalchemy`` scaffold has been renamed ``alchemy``.
+- The ``routesalchemy`` scaffold has been renamed ``alchemy``, replacing the
+ older (traversal-based) ``alchemy`` scaffold (which has been retired).