소스 검색

v0.2101

        [BUG FIXES]
        - Update list of no_content_success methods that interpret an undef value as success
Daniel Gempesaw 11 년 전
부모
커밋
4b2b749790
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      Changes
  2. 1 1
      dist.ini

+ 4 - 0
Changes

@@ -1,5 +1,9 @@
 Revision history for Selenium-Remote-Driver
 
+0.2101 7-16-2014
+        [BUG FIXES]
+        - Update list of no_content_success methods that interpret an undef value as success
+
 0.21   7-16-2014
         [NEW FEATURES]
         - #87: Implement is_hidden for WebElements

+ 1 - 1
dist.ini

@@ -1,5 +1,5 @@
 name = Selenium-Remote-Driver
-version = 0.21
+version = 0.2101
 author = Aditya Ivaturi <ivaturi@gmail.com>
 author = Daniel Gempesaw <gempesaw@gmail.com>
 author = Luke Closs <cpan@5thplane.com>