-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
74 lines (54 loc) · 1.03 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
CHANGES
=======
0.1.2
-----
* Fix bad requirement in requirements.txt
0.1.1
-----
* Switch to PBR and remove pypy3 support
0.1.0
-----
* Add find\_one method to waiter
0.0.8
-----
* Use official Python 3.6 for testing
* Update README to include by imports
0.0.7
-----
* Fix PyPI deployment
* Add importable By types to main package
0.0.6
-----
* Add find\_elements to waiter
0.0.5
-----
* Add find\_write to waiter
* Add Gitter badge
* Fix copy/paste error
0.0.4
-----
* Update Development Status Classifier
* Update README with example
* Update badges
0.0.3
-----
* Add find\_element function
* Add initial find\_element function
* Add docs dir
* Convert README from md to rst
* Fix long description
* Fix syntax error from copy/paste
* Add long description
* Update setup.py classifiers
* Update README badge
0.0.2
-----
* Switch .travis.yml to production deployment
* Try using 3.6.0b1
* Add \_\_init\_\_ to tests/
* Update travis.yml
* Add Versioneer docs
* Switch to TravisCI
* Add initial structure
* Initial commit
* Initial commit