summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-12-17 17:04:27 +0000
committerianb <devnull@localhost>2007-12-17 17:04:27 +0000
commitac5e7a05bb505ef415a2b1878f3fd09d791e5169 (patch)
treee62125057dd13ffc332441783a011e3585dfeed2 /docs
parent5d383b255b5451c74f15d70e5fccc30f941b170c (diff)
downloadpaste-ac5e7a05bb505ef415a2b1878f3fd09d791e5169.tar.gz
Treat image button like submit button (#216)
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 6289080..ea35026 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -15,6 +15,9 @@ svn trunk
* Added ``226 IM Used`` status code to ``paste.wsgiwrappers``
+* In ``paste.fixture.TestApp`` treat ``<image type="image">`` the same
+ as a submit button.
+
1.5.1
-----