summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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
-------------