summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Bicking <ian@ianbicking.org>2007-01-31 17:43:01 +0000
committerIan Bicking <ian@ianbicking.org>2007-01-31 17:43:01 +0000
commitbd82d9d403a79d7fa2e2b1c40407eb4a6f6e0fc0 (patch)
tree882b19075a75bc28d49bdd8f631d1e28e3ae6906 /docs
parente945e737cbd540de18247b7b234fdd52f66cef57 (diff)
downloadpaste-git-bd82d9d403a79d7fa2e2b1c40407eb4a6f6e0fc0.tar.gz
Added a templating language
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index d2ec8d8..e085ed9 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -24,6 +24,8 @@ svn trunk
* ``paste.fixture.TestApp.get(status=X)`` takes a list of allowed
status codes for ``X``.
+* Added a small templating system for internal use.
+
In paste.wsgiwrappers
~~~~~~~~~~~~~~~~~~~~~