mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
update history
This commit is contained in:
parent
1580550b42
commit
5db6a68720
1 changed files with 11 additions and 1 deletions
12
History.md
12
History.md
|
@ -1,4 +1,11 @@
|
||||||
# master
|
# Version 2.0.2
|
||||||
|
|
||||||
|
Release date: 2012-12-31
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Capybara no longer uses thin as a server if it is available, due to thread
|
||||||
|
safety issues. Now Capybara always defaults to WEBrick. [Jonas Nicklas]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
@ -7,6 +14,9 @@
|
||||||
* Fix regression in 2.0.1 which caused node comparisons with non node objects
|
* Fix regression in 2.0.1 which caused node comparisons with non node objects
|
||||||
to throw an exception [Kouhei Sotou]
|
to throw an exception [Kouhei Sotou]
|
||||||
* A few changes to the specs, only relevant to driver authors [Jonas Nicklas]
|
* A few changes to the specs, only relevant to driver authors [Jonas Nicklas]
|
||||||
|
* Encoding error under JRuby [Piotr Krawiec]
|
||||||
|
* Ruby 2 encoding fix [Murahashi Sanemat Kenichi]
|
||||||
|
* Catch correct exception on server timeout [Jonathan del Strother]
|
||||||
|
|
||||||
# Version 2.0.1
|
# Version 2.0.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue