diff --git a/History.txt b/History.txt index e7ae9ce..584271a 100644 --- a/History.txt +++ b/History.txt @@ -2,6 +2,7 @@ * Minor enhancements + * Support for "modular" Sinatra app style (Simon Rozet) * When faced with a label with no for attribute, that contains a hidden field and another field, as can be the case in Rails 2.3's checkbox view, webrat now locates the non-hidden field. (Luke Melia) @@ -10,6 +11,10 @@ * Add application_framework config for Selenium mode to determine how to start and stop the app server (Corey Donohoe) +* Bug fixes + + * Fix following of absolute redirect URL in Sinatra (Simon Rozet) + == 0.4.2 / 2009-02-24 * Major enhancements