Explorar el Código

v0.21

        [NEW FEATURES]
        - #87: Implement is_hidden for WebElements

        [BUG FIXES]
        - #145: Revert previous 2.42.2 fix to allow for endpoints properly returning ''
        - #146: Keep test description when using content_like
Daniel Gempesaw hace 11 años
padre
commit
942bea1cdb
Se han modificado 2 ficheros con 9 adiciones y 1 borrados
  1. 8 0
      Changes
  2. 1 1
      dist.ini

+ 8 - 0
Changes

@@ -1,5 +1,13 @@
 Revision history for Selenium-Remote-Driver
 
+0.21   7-16-2014
+        [NEW FEATURES]
+        - #87: Implement is_hidden for WebElements
+
+        [BUG FIXES]
+        - #145: Revert previous 2.42.2 fix to allow for endpoints properly returning ''
+        - #146: Keep test description when using content_like
+
 0.2002 7-2-2014
         [BUG FIXES]
         - #135, #136, #142: Fix compatability issues with JSONWireProtocol changes in 2.42.2

+ 1 - 1
dist.ini

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