[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.105,1.106
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-05-14 19:31:07
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv32042/doc Modified Files: release_notes.txt Log Message: Cache computed WebForm array Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- release_notes.txt 14 May 2002 18:38:54 -0000 1.105 +++ release_notes.txt 14 May 2002 19:31:04 -0000 1.106 @@ -12,9 +12,11 @@ Revision History: 14-May-2002 -Problems fixed: +Additions: 1. A <select> control with a size attribute may now have its value undefined. The specification does not require this behavior, but both IE 5.5 and Netscape 6.2 do this. + 2. WebResponse.getForms now caches its result so that multiple calls will return the same set of objects. + 3. WebClient.sendRequest is now available as an alias for WebRequest.getResponse 9-May-2002 Acknowledgements: |