summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpjenvey <pjenvey@localhost>2008-06-12 22:56:01 +0000
committerpjenvey <pjenvey@localhost>2008-06-12 22:56:01 +0000
commit066cace4d62d06ffc3c30742889c2e364f7063bc (patch)
tree242e1a394046de18581920adc8da63ada0bce238
parentf4efc44c85935430f5e75aa7498c7cfe3069af43 (diff)
downloadpastedeploy-git-066cace4d62d06ffc3c30742889c2e364f7063bc.tar.gz
changelog for r7382
-rw-r--r--docs/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index ad867fc..2056461 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -7,6 +7,8 @@ svn trunk
* Added ``paste.deploy.converters.asint()``.
* fixed use sections overwriting the config's __file__ value with the
use'd filename.
+* ``paste.deploy.loadwsgi`` now supports variable expansion in the
+ DEFAULT section of config files (unlike plain ConfigParser).
1.3.1
-----