summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a9dd18985..abd30c950 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,12 +17,15 @@ Bug Fixes
during iteration`` exception. It no longer does. See
https://github.com/Pylons/pyramid/issues/635 for more information.
-- In Mako Templates lookup, check if the uri is already adjusted and bring
+- In Mako Templates lookup, cyheck if the uri is already adjusted and bring
it back to an asset spec. Normally occurs with inherited templates or
included components.
https://github.com/Pylons/pyramid/issues/606
https://github.com/Pylons/pyramid/issues/607
+- ``pserve``: don't show --stop-daemon option on Windows.
+ https://github.com/Pylons/pyramid/pull/661
+
Features
--------