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
1 changed files with 1 additions and 0 deletions

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