summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-10-17 15:21:56 -0400
committerChris McDonough <chrism@plope.com>2013-10-17 15:21:56 -0400
commit4065081434a455a61377c770705375e085be8f16 (patch)
tree613b7a619d3e8846765ab51ee7d35ba518919690 /CHANGES.txt
parent61d1f729f4d9cc17a5fbcff0612512bc9f5fe7a2 (diff)
parent3acee31f86bcde8abbb4e63715afc5ca67976eaf (diff)
downloadpyramid-4065081434a455a61377c770705375e085be8f16.tar.gz
pyramid-4065081434a455a61377c770705375e085be8f16.tar.bz2
pyramid-4065081434a455a61377c770705375e085be8f16.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 051328a02..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
---------
@@ -21,6 +30,8 @@ Bug Fixes
allowing traversal to continue.
See https://github.com/Pylons/pyramid/issues/1104
+- Remove unused ``renderer`` argument from ``Configurator.add_route``.
+
Documentation
-------------