Skip to content

Commit

Permalink
getting ready for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
cheezy committed Jun 11, 2013
1 parent c2b197b commit e3d8425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== Version 0.9.0
=== Version 0.9.0 / 2013-6-11
* Enhancements
* Added plural _elements methods for the following types:
* area
Expand Down Expand Up @@ -44,13 +44,10 @@
* time
* title
* track
* Updated to use the latest selenium-webdriver 2.33.0
* Fixes
* Fixed issue when using the page and element accessors for html 5 elements.

=== Version 0.8.11
* Enhancements
* Updated to use the latest selenium-webdriver 2.33.0

=== Version 0.8.10 / 2013-5-3
* Enhancements
* Updated populate_page_with to also check if the element is visible prior to setting value
Expand Down
2 changes: 1 addition & 1 deletion lib/page-object/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module PageObject
# @private
VERSION = "0.8.10"
VERSION = "0.9.0"
end

0 comments on commit e3d8425

Please sign in to comment.