소스 검색

Update Changes

[skip ci]
Daniel Gempesaw 11 년 전
부모
커밋
0e87ad8cd3
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      Changes

+ 4 - 1
Changes

@@ -1,11 +1,14 @@
 Revision history for Selenium-Remote-Driver
 
-0.20   4-17-2914
+0.20   4-25-2014
         [DESIRED CAPABILITIES]
         - Add a desired_capabilities option that provides full control over the desiredCapability object
         - Add a new_from_caps constructor to distinguish against the normal new constructor
         - Add a ua option to allow injection of LWP::UserAgent for testing
 
+        [MOO REWRITE]
+        - Completed the Moo restructure (pr #103) with pr #122, fixing a bug in _check_ok (#121).
+
 0.19   4-11-2014
         [FIREFOX PROFILE]
         - Added Selenium::Remote::Driver::Firefox::Profile for managing Firefox profiles.