From 9f2a0ab349893223f16f5fe452ba6795065b0c1c Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Thu, 16 Mar 2017 13:50:31 -0700 Subject: [PATCH] tagged 2.13.0 --- History.md | 7 +++++-- lib/capybara/version.rb | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 467e0182c..99f768b59 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,5 @@ -#Edge -Release date: Unreleased +#Version 2.13.0 +Release date: 2017-03-16 ### Added @@ -7,6 +7,9 @@ Release date: Unreleased * rack_test driver supports click on checkboxes and radio buttons to change their states [Thomas Walpole] * Support RSpec equivalent assertions and expectations for MiniTest [Thomas Walpole] +### Foxed +* Editing of content editable children with selenium + #Version 2.12.1 Release date: 2017-02-16 diff --git a/lib/capybara/version.rb b/lib/capybara/version.rb index b25d3ba7d..6affbff6c 100644 --- a/lib/capybara/version.rb +++ b/lib/capybara/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Capybara - VERSION = '2.12.0' + VERSION = '2.13.0' end