ソースを参照

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>