summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-04-26 22:03:02 +0000
committerianb <devnull@localhost>2007-04-26 22:03:02 +0000
commit260f3173670f03cc2102240e7a37ee28883e7fbb (patch)
tree34c70a3271e6c022e6f08aff34645c51da1c72d2 /docs
parent4dbbe180211d65e48aeac8bf65b27600d4f51eca (diff)
downloadpaste-260f3173670f03cc2102240e7a37ee28883e7fbb.tar.gz
Add __call__ to StackedObjectProxy. For cmlenz
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 40b980b..228bc9d 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -42,6 +42,8 @@ svn trunk
missing Content-Length as 0, not unlimited (may have caused freeze ups for
some kinds of requests before).
+* ``StackedObjectProxy`` supports ``__call__``.
+
1.3
---