Prep 0.4.3 release

This commit is contained in:
Bryan Helmkamp 2009-03-17 01:26:38 -04:00
parent 62491121c1
commit e2a672a767
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
== Git (Unreleased)
== 0.4.3 / 2009-03-17
* Minor enhancements
* Support Rails 2.3. Use Rack::Utils to parse params (Matthew Ford)
* 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
and another field, as can be the case in Rails 2.3's checkbox view,
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
start and stop the app server (Corey Donohoe)

View File

@ -7,7 +7,7 @@ module Webrat
class WebratError < StandardError
end
VERSION = '0.4.2'
VERSION = '0.4.3'
def self.require_xml
gem "nokogiri", ">= 1.0.6"