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

- old
+ new

@@ -1,4 +1,20 @@ +### 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) +* Improve performance for Select#selected? with large drop-down lists (#367) +* Add stale element protection and correct context assurance for Browser#text (#366) +* Restore behavior for Wait#until to return result of block (#362, thanks @chrismikehogan) +* Fix context switching between frames for element collections (#361) +* AfterHooks run after closing an alert (#352) +* New AfterHooks API that deprecates Checkers: + * Use `Browser#after_hooks#add` instead of `Browser#add_checker` + * Use `Browser#after_hooks#delete` instead of `Browser#disable_checker` + * Use `Browser#after_hooks#run` instead of `Browser#run_checkers` + * Use `Browser#after_hooks#without` instead of `Browser#without_checkers` + ### 0.8.0 (2015-06-26) * Ruby 1.8 is no longer supported. Ruby 1.9 still works, but not supported as well (#327) * Ensure `Watir::Element` responds to `data_*` and `aria_*` methods (#333, thanks @daneandersen) * Fixed the handling of child elements becoming stale (#321)