[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.55,1.56
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-10-19 19:17:00
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv17965/doc
Modified Files:
release_notes.txt
Log Message:
Allow multi-values text parameters
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- release_notes.txt 2001/10/19 18:26:29 1.55
+++ release_notes.txt 2001/10/19 19:16:57 1.56
@@ -10,6 +10,10 @@
Revision History:
+19-Oct-2001
+ Additions:
+ 1. Requests may now have as many values for a text parameter name as the number of <INPUT> tags with that name.
+
18-Oct-2001
Additions:
1. It is now possible to upload a file via a POST request not derived from a form. To do this, call
|