diff options
| author | Chris McDonough <chrism@plope.com> | 2011-12-15 21:35:23 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-12-15 21:35:23 -0500 |
| commit | 61838b76639d6dcf9facd549841a2ed0d07ea012 (patch) | |
| tree | ae76a8285e901994ba62802b639802d2de2e0b0e /CHANGES.txt | |
| parent | 02d7451d4e6a3fafdda8ebbb65e19d4333bb9c33 (diff) | |
| download | pyramid-61838b76639d6dcf9facd549841a2ed0d07ea012.tar.gz pyramid-61838b76639d6dcf9facd549841a2ed0d07ea012.tar.bz2 pyramid-61838b76639d6dcf9facd549841a2ed0d07ea012.zip | |
- Added a section named "Making Your Script into a Console Script" in the
"Command-Line Pyramid" chapter.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 795824e0b..63c84d0f8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -14,6 +14,12 @@ Bug Fixes - Normalized exit values and ``-h`` output for all ``p*`` scripts (``pviews``, ``proutes``, etc). +Documentation +------------- + +- Added a section named "Making Your Script into a Console Script" in the + "Command-Line Pyramid" chapter. + 1.3a2 (2011-12-14) ================== |
