This commit is contained in:
Bryan Helmkamp 2008-10-25 17:36:37 -04:00
parent 2e542c1cf5
commit 484e8e3854
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
* Minor enhancements
* Add #http_accept for including MIME type HTTP "Accept" headers (Ryan Briones)
* Add #header to support inclusion of custom HTTP headers (Ryan Briones)
* Consider response codes 200-499 as successful enough to not raise a Webrat error (David Leal)
* Add #field_labeled for looking up form fields by label (David Chelimsky)
* Add Webrat.root method for cross-framework support (Krzysztof Zylawy)