Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Prep 0.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Mar 17, 2009
1 parent 6249112 commit e2a672a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions History.txt
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion lib/webrat.rb
Expand Up @@ -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"
Expand Down

0 comments on commit e2a672a

Please sign in to comment.