Skip to content

Commit

Permalink
prep for 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Jun 2, 2014
1 parent de8b1a0 commit 909f4f9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Version 2.3.0

Release date: 2014-06-02

### Added
* New window management API [Andrey Botalov]
* Speed improvement for visible text detection in RackTest [Thomas Walpole]
Thanks to Phillipe Creux for instigating this
* RSpec 3 compatability
* 'save_and_open_screenshot' functionality [Greg Lazarev]
* Server errors raised on visit and synchronize [Jonas Nicklas]

### Fixed

* CSSHandlers now derives from BasicObject so globally included functions (concat, etc) shouldn't cause issues [Thomas Walpole]
* touched reset after session is reset [lesliepc16]

# Version 2.2.1

Release date: 2014-01-06
Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Capybara
VERSION = '2.2.0'
VERSION = '2.3.0'
end

0 comments on commit 909f4f9

Please sign in to comment.