@@ -2,6 +2,88 @@ Changelog
22=========
33
44
5+ v4.0.0 (2024-03-12)
6+ -------------------
7+
8+ New
9+ ~~~
10+ - Feat: remove MultiAction and TouchAction (#960) [Kazuaki Matsuo]
11+
12+ BREAKING CHANGE: Remove MultiAction and TouchAction as non-w3c WebDriver-defined methods. Please use w3c actions instead.
13+
14+ Other
15+ ~~~~~
16+ - Bump 4.0.0. [Kazuaki Matsuo]
17+ - Chore(deps-dev): update tox requirement from ~=4.13 to ~=4.14 (#972)
18+ [dependabot[bot], dependabot[bot]]
19+
20+ Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
21+ - [Release notes](https://github.com/tox-dev/tox/releases)
22+ - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
23+ - [Commits](https://github.com/tox-dev/tox/compare/4.13.0...4.14.1)
24+
25+ ---
26+ updated-dependencies:
27+ - dependency-name: tox
28+ dependency-type: direct:development
29+ ...
30+ - Chore(deps-dev): update tox requirement from ~=4.12 to ~=4.13 (#957)
31+ [dependabot[bot], dependabot[bot]]
32+
33+ Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
34+ - [Release notes](https://github.com/tox-dev/tox/releases)
35+ - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
36+ - [Commits](https://github.com/tox-dev/tox/compare/4.12.0...4.13.0)
37+
38+ ---
39+ updated-dependencies:
40+ - dependency-name: tox
41+ dependency-type: direct:development
42+ ...
43+ - Chore(deps-dev): update pytest requirement from ~=8.0 to ~=8.1 (#969)
44+ [dependabot[bot], dependabot[bot]]
45+
46+ Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
47+ - [Release notes](https://github.com/pytest-dev/pytest/releases)
48+ - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
49+ - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...8.1.0)
50+
51+ ---
52+ updated-dependencies:
53+ - dependency-name: pytest
54+ dependency-type: direct:development
55+ ...
56+ - Docs: update readme. [Kazuaki Matsuo]
57+ - Chore: remove deprecated AppiumBy.WINDOWS_UI_AUTOMATION (#968)
58+ [Kazuaki Matsuo]
59+ - Chore(deps-dev): update python-dateutil requirement from ~=2.8 to
60+ ~=2.9 (#967) [dependabot[bot], dependabot[bot]]
61+
62+ Updates the requirements on [python-dateutil](https://github.com/dateutil/dateutil) to permit the latest version.
63+ - [Release notes](https://github.com/dateutil/dateutil/releases)
64+ - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS)
65+ - [Commits](https://github.com/dateutil/dateutil/compare/2.8.0...2.9.0)
66+
67+ ---
68+ updated-dependencies:
69+ - dependency-name: python-dateutil
70+ dependency-type: direct:development
71+ ...
72+ - Chore(deps-dev): update pylint requirement from ~=3.0.3 to ~=3.1.0
73+ (#966) [dependabot[bot], dependabot[bot]]
74+
75+ Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version.
76+ - [Release notes](https://github.com/pylint-dev/pylint/releases)
77+ - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.3...v3.1.0)
78+
79+ ---
80+ updated-dependencies:
81+ - dependency-name: pylint
82+ dependency-type: direct:development
83+ ...
84+ - Update changelog for 3.2.1. [Kazuaki Matsuo]
85+
86+
587v3.2.1 (2024-02-26)
688-------------------
789
0 commit comments