Prep 0.4.3 release
This commit is contained in:
parent
62491121c1
commit
e2a672a767
|
@ -1,13 +1,13 @@
|
||||||
== Git (Unreleased)
|
== 0.4.3 / 2009-03-17
|
||||||
|
|
||||||
* Minor enhancements
|
* Minor enhancements
|
||||||
|
|
||||||
|
* Support Rails 2.3. Use Rack::Utils to parse params (Matthew Ford)
|
||||||
* Support for "modular" Sinatra app style (Simon Rozet)
|
* Support for "modular" Sinatra app style (Simon Rozet)
|
||||||
|
* Initial Merb and Sinatra compatibility for Selenium mode (Corey Donohoe)
|
||||||
* When faced with a label with no for attribute, that contains a hidden field
|
* 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,
|
and another field, as can be the case in Rails 2.3's checkbox view,
|
||||||
webrat now locates the non-hidden field. (Luke Melia)
|
webrat now locates the non-hidden field. (Luke Melia)
|
||||||
* When using Rails 2.3, use Rack::Utils to parse params (Matthew Ford)
|
|
||||||
* Initial Merb and Sinatra compatibility for Selenium mode (Corey Donohoe)
|
|
||||||
* Add application_framework config for Selenium mode to determine how to
|
* Add application_framework config for Selenium mode to determine how to
|
||||||
start and stop the app server (Corey Donohoe)
|
start and stop the app server (Corey Donohoe)
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ module Webrat
|
||||||
class WebratError < StandardError
|
class WebratError < StandardError
|
||||||
end
|
end
|
||||||
|
|
||||||
VERSION = '0.4.2'
|
VERSION = '0.4.3'
|
||||||
|
|
||||||
def self.require_xml
|
def self.require_xml
|
||||||
gem "nokogiri", ">= 1.0.6"
|
gem "nokogiri", ">= 1.0.6"
|
||||||
|
|
Loading…
Reference in New Issue