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

- old
+ new

@@ -1,4 +1,10 @@ +### 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) + ### 0.9.0 (2015-10-08) * Improve performance for Select#include? (#375, thanks @Conky5) * Add support for waiting for elements to be enabled (#370, thanks @Rodney-QAGeek) * Remove unnecessary wire calls for navigation (#369)