diff options
| author | Michael Merickel <michael@digitalartefacts.com> | 2013-10-09 11:02:26 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@digitalartefacts.com> | 2013-10-09 11:02:26 -0500 |
| commit | ba419e5b6366fae8e129e0c0e8a631b4bf508845 (patch) | |
| tree | 47814a6123922ae426bdabb0976604a68cfdb13d /CHANGES.txt | |
| parent | 40d54e2aab6aae62bfdda38a0e4e7b0b4ad6857a (diff) | |
| download | pyramid-ba419e5b6366fae8e129e0c0e8a631b4bf508845.tar.gz pyramid-ba419e5b6366fae8e129e0c0e8a631b4bf508845.tar.bz2 pyramid-ba419e5b6366fae8e129e0c0e8a631b4bf508845.zip | |
update changelog
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 6e73de823..a228fbb3a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,15 @@ Unreleased ========== +Features +-------- + +- Pyramid's console scripts (``pserve``, ``pviews``, etc) can now be run + directly, allowing custom arguments to be sent to the python interpreter + at runtime. For example:: + + python -3 -m pyramid.scripts.pserve development.ini + Bug Fixes --------- |
