From fb03d03c5fc3c55d70bb047e99ede9af02e8191d Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sat, 17 Jan 2009 13:34:15 -0500 Subject: [PATCH] History --- History.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.txt b/History.txt index ce024d0..577401f 100644 --- a/History.txt +++ b/History.txt @@ -65,6 +65,8 @@ * Bug fixes + * Support Rails > v2.2 by using ActionController::RequestParser for param parsing [#107] + (Marcello Nuccio) * Raise a Webrat::NotFoundError if the scope passed to #within doesn't exist [#90] * Match against link _text_ which decodes character references. Useful for multibyte languages like Japanese (moronatural@gmail.com)