From 58f8826ac38dd8bb581642fff9a23e07ffb8773e Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Wed, 12 May 2010 16:45:11 +0200 Subject: [PATCH] Added a bit of history --- History.txt | 18 +++++++++++++++++- README.rdoc | 3 ++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index f132e2ff..562b77bc 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,20 @@ -# Versiob 0.3.7 +# Version 0.3.8 + +Release date: 2010-05-12 + +### Added + +* Within_frame method to execute a block of code within a particular iframe (Selenium only!) + +### Fixed + +* Single quotes are properly escaped with `select` under rack-test and Selenium. +* The :text option for searches now escapes regexp special characters when a string is given. +* Selenium now correctly checks already checked checkboxes (same with uncheck) +* Timing issue which caused Selenium to hang under certain circumstances. +* Selenium now resolves attributes even if they are given as a Symbol + +# Version 0.3.7 Release date: 2010-04-09 diff --git a/README.rdoc b/README.rdoc index a70291eb..def2c16b 100644 --- a/README.rdoc +++ b/README.rdoc @@ -27,7 +27,8 @@ On OSX you may have to install libffi, you can install it via MacPorts with: * Report issues on {GitHub Issues}[http://github.com/jnicklas/capybara/issues] Pull requests are very welcome! Make sure your patches are well tested, Capybara is -a testing tool after all. +a testing tool after all. Please create a topic branch for every separate change +you make, I will not pull anything from your master branch. == Using Capybara with Cucumber