We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a42598 commit 8e735d6Copy full SHA for 8e735d6
History.md
@@ -1,8 +1,8 @@
1
-# Version 3.0.0
2
-Release date: unreleased
+# Version 3.0.0.rc1
+Release date: 2018-03-02
3
4
### Added
5
-* Support for libraries which want to wrap Capybara elements by providing a `#to_capybara_node` method
+* Support for libraries wrapping Capybara elements and providing a `#to_capybara_node` method
6
7
### Changed
8
lib/capybara/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Capybara
- VERSION = '3.0.0.dev'.freeze
+ VERSION = '3.0.0.rc1'.freeze
end
0 commit comments