History.rdoc in watirsplash-1.1.2 vs History.rdoc in watirsplash-1.2.0

- old
+ new

@@ -1,4 +1,13 @@ +=== Version 1.2.0 / 2011-04-16 + + * fixed Watir::Browser#attach for Watir::IE + * added #in(timeout) method for all RSpec matchers (read more about it on the wiki https://github.com/jarmo/WatirSplash/wiki/RSpec-Features) + * added #make as an alias for #change as a RSpec matcher + * bump watir/firewatir dependency to 1.8.1 + * bump watir-webdriver dependency to 0.2.2 + * bump win32screenshot dependency to 1.0.3 + === Version 1.1.2 / 2011-03-22 * bump watir/firewatir dependency to 1.8.0 * bump watir-webdriver dependency to 0.2.1 * patch temporarily MiniMagick to handle spaces in file paths when saving screenshots on Windows (https://github.com/probablycorey/mini_magick/pull/38)