summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2010-09-01 18:45:23 -0500
committerIan Bicking <ianb@colorstudy.com>2010-09-01 18:45:23 -0500
commit35d9eb71dacb378aacdb3d341f883af92b0a82b8 (patch)
tree87cff43386e1762f7dff4e15639ba544fb7e44ee /docs
parent0669c642049e3cdc0b65082a90f214558e393d92 (diff)
downloadwebtest-35d9eb71dacb378aacdb3d341f883af92b0a82b8.tar.gz
Added extra_environ argument to .click(): http://trac.pythonpaste.org/pythonpaste/ticket/361
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 e40b12b..d023777 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -15,6 +15,8 @@ hg tip
* Fix handling forms with file uploads, when no file is selected.
+* Added ``extra_environ`` argument to :method:`webtest.TestResponse.click`.
+
1.2.1
-----