소스 검색

v0.2002

        [BUG FIXES]
        - #135, #136, #142: Fix compatability issues with JSONWireProtocol changes in 2.42.2

        [NEW FEATURES]
        - Add an optional base_url parameter for automatic concatenation in get/get_ok
Daniel Gempesaw 11 년 전
부모
커밋
6ac52e40ff
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      Changes

+ 7 - 0
Changes

@@ -1,5 +1,12 @@
 Revision history for Selenium-Remote-Driver
 
+0.2002 7-2-2014
+        [BUG FIXES]
+        - #135, #136, #142: Fix compatability issues with JSONWireProtocol changes in 2.42.2
+
+        [NEW FEATURES]
+        - Add an optional base_url parameter for automatic concatenation in get/get_ok
+
 0.2001 5-23-2014
         [BUG FIXES]
         - #128: Fix upload_file where encode_base64 was not exported properly