add line in History for fix #123

This commit is contained in:
Amos King 2009-01-14 10:26:39 -06:00
parent 50c5d50ca7
commit f841ced43d
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
* Use Hpricot and REXML when not parsing with Nokogiri (on JRuby, for example)
* Minor enhancements
* Make assert_* matchers in rails mode increment the assertions count [#123] (Amos King)
* Added assert_* matchers to selenium matchers [#110] (Amos King)
* Added assert_contain, assert_not_contain [#86] (Mike Gaffney, Amos King)
* Add configuration options for the Selenium environment and port (Kieran Pilkington)
* Maximize the browser window after initializing Selenium (Luke Melia)