From 484e8e38546c34ead51c655f7ab1f308a3040a92 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sat, 25 Oct 2008 17:36:37 -0400 Subject: [PATCH] History --- History.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.txt b/History.txt index 0541134..d54f235 100644 --- a/History.txt +++ b/History.txt @@ -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)