HISTORY.md in symbiont-0.1.8 vs HISTORY.md in symbiont-0.1.9
- old
+ new
@@ -1,7 +1,13 @@
Change Log and History
======================
+Version 0.1.9 / 2013-02-06
+--------------------------
+
+This release backs out many of the changes of the 0.1.8 release. Specifically, Selenium. I have yet to find a good reason to use Selenium over Watir. This release has also put in place more elements that allow you to directly access element functions as you would if you were using Watir-WebDriver directly.
+
+
Version 0.1.8 / 2013-01-30
--------------------------
This release made a lot of internal changes in order to begin incorporating Selenium, similar to how the page-object gem works. It's still very uncertain to me whether it makes sense to include Selenium at all so this will be a trial of that. Currently my focus is still on Watir and there is a lot of logic that does not yet work with Selenium.