summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 307a34f58..4354f5c7c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -15,6 +15,12 @@ Bug Fixes
syntax as the pattern supplied to ``add_route``. This style of routing is
not supported. They were replaced with ``:colon`` style route patterns.
+- The pylons_* paster template used the same string
+ (``your_app_secret_string``) for the ``session.secret`` setting in the
+ generated ``development.ini``. This was a security risk if left unchanged
+ in a project that used one of the templates to produce production
+ applications. It now uses a randomly generated string.
+
Documentation
-------------