Skip to content

Commit

Permalink
Garden (ref commit #2cf5d28).
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Nov 22, 2011
1 parent 25b8a96 commit 8a5db43
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------

Expand Down Expand Up @@ -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
------------

Expand All @@ -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).

0 comments on commit 8a5db43

Please sign in to comment.