From 4223668ee4c0d0ac0e981f3241d56ffa805ba6d1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 8 Oct 2013 12:46:21 +0200 Subject: remove unused renderer arg --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 051328a02..6e73de823 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -21,6 +21,8 @@ Bug Fixes allowing traversal to continue. See https://github.com/Pylons/pyramid/issues/1104 +- Remove unused ``renderer`` argument from ``Configurator.add_route``. + Documentation ------------- -- cgit v1.2.3 From ba419e5b6366fae8e129e0c0e8a631b4bf508845 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 9 Oct 2013 11:02:26 -0500 Subject: update changelog --- CHANGES.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGES.txt') 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 --------- -- cgit v1.2.3