# Changelog ## 0.4.1 * Loosens runtime dependency on Capybara version. ## 0.4.0 * Updates the `#first_` method so that when no argument is passed the first occurrence of the element is found. * Updates `README.md` with information about setting up `Capybara'. ## 0.3.4 * Adds `capybara, ~> 2.2.0` as a runtime dependency. * Fixes the calling of `CapybaraExtensions.extension_methods` when defining `Capybara::Session` methods. * Updates the README.