From 3899b812de9a4cc97b1ab95b5d2463bdc11dbf5a Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Thu, 30 Aug 2012 17:09:01 +0300 Subject: [PATCH] Make note of dropping 1.8 support. --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index 0ce5751b..8c301c19 100644 --- a/History.txt +++ b/History.txt @@ -4,6 +4,7 @@ * `require 'capybara/rails'` will automatically enable `:respect_data_method` on the RackTest driver, so the behavior matches Capybara 1.1.2 [Jo Liss] +* Dropped official support for Ruby 1.8.x. [Jonas Nicklas] ### Fixed