Skip to content

Commit b931d12

Browse files
Update python changelog for release
1 parent 5b0f88e commit b931d12

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

py/CHANGES

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
Selenium 3.2.0
2-
* No major changes to Python bindings
3-
4-
Selenium 3.1.0
1+
Selenium 3.3.0
52
* Fix python HTTPS encoding for python driver (#3379)
63
* Allow Firefox preferences to be set directly in Options
74
* Fix shutdown and process termination (#3263)
85
* Preventing exception if log_path is none or empty. Fixes #3128
6+
* Add the W3C capability to Firefox for accepting insecure certificates
7+
* Initial implementation of Pointer Actions
8+
* Only skip tests if driver name matches a directory name.
9+
* Update calls that return a pure object with keys to look for 'value' key
10+
* Initial W3C Actions support
11+
* fix docs output directory
912

1013
Selenium 3.0.2
1114
* Add support for W3C Get Active Element

py/MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
prune *
22
recursive-include selenium/webdriver *.py
33
recursive-include selenium/webdriver/common *.py
4+
recursive-include selenium/webdriver/common/actions *.py
45
recursive-include selenium/webdriver/common/html5 *.py
56
recursive-include selenium/common *.py
67
recursive-include selenium/webdriver/chrome *.py

0 commit comments

Comments
 (0)