1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Make note of dropping 1.8 support.

This commit is contained in:
Jonas Nicklas 2012-08-30 17:09:01 +03:00
parent e68bc4e831
commit 3899b812de

View file

@ -4,6 +4,7 @@
* `require 'capybara/rails'` will automatically enable `:respect_data_method`
on the RackTest driver, so the behavior matches Capybara 1.1.2 [Jo Liss]
* Dropped official support for Ruby 1.8.x. [Jonas Nicklas]
### Fixed