CHANGES.md in watir-webdriver-0.9.1 vs CHANGES.md in watir-webdriver-0.9.2

- old
+ new

@@ -1,4 +1,10 @@ +### 0.9.2 (2016-07-29) + +* Massive reorganization and refactoring of element locators (#392) +* Fix bug with when_present (#432) +* Bug fix for elements in collections going stale + ### 0.9.1 (2015-10-14) * Fix permissions issue with element_locator file(#381) * Trying to select a disabled option now raises `ObjectDisabledException` (#378) * `Element#enabled?` raises `UnknownObjectException` if element is not present (#379)