From 4c86d3a5cb8c1bb1dcc1d8e27df0fe1e91e3b58e Mon Sep 17 00:00:00 2001 From: Jo Liss Date: Wed, 4 Jan 2012 18:41:51 +0100 Subject: [PATCH] Update History for master --- History.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/History.txt b/History.txt index e615ed9f..970691dd 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,23 @@ +# master + +### Fixed + +* Test suite now passes on Ruby 1.8 [Jo Liss] +* #565: `require 'capybara/dsl'` is no longer necessary [Jo Liss] + +### Added + +* #481 XPath ... [Adam McCrea, Jonas Nicklas] +* has_text, has_content ... [Jonas Nicklas] +* Add Capybara.server_host option (default: 127.0.0.1) [David Balatero] + +### Changed + +* #394: #body now returns the unmodified source (like #source), not the current + state of the DOM (like #html) [Jonas Nicklas] +* Element#text on RackTest now only returns visible text, as with Selenium + [Mark Dodwell] + # Version 1.1.2 Release date: 2011-11-15