History
This commit is contained in:
parent
1b5cf4b0e6
commit
6720bbb476
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
* Major enhancements
|
* Major enhancements
|
||||||
|
|
||||||
|
* Ruby 1.9 compatibility (Michael Fellinger, Jakub Kuźma)
|
||||||
* Improve performance (~2x) on JRuby by supporting Nokogiri
|
* Improve performance (~2x) on JRuby by supporting Nokogiri
|
||||||
* Added support for external app servers in selenium mode (basically don't start one) (Mike Gaffney)
|
* Added support for external app servers in selenium mode (basically don't start one) (Mike Gaffney)
|
||||||
* Added support for uploading files for Merb (Ryan Carver)
|
* Added support for uploading files for Merb (Ryan Carver)
|
||||||
|
@ -27,7 +28,6 @@
|
||||||
* Bug fixes
|
* Bug fixes
|
||||||
|
|
||||||
* Translate CSS and image paths with single quotes in save_and_open_page (Erin Staniland)
|
* Translate CSS and image paths with single quotes in save_and_open_page (Erin Staniland)
|
||||||
* Ruby 1.9 compatibility: Avoid calling #to_s on Arrays (Jakub Kuźma)
|
|
||||||
|
|
||||||
== 0.4.4 / 2009-04-06
|
== 0.4.4 / 2009-04-06
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue