You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
20
20
### Fixed
21
21
22
-
- Pinned requirement `websockets<14`, fixing the `AttributeError: 'NoneType' object has no attribute 'closed'` crash which occurs on the latest version of `websockets`.
23
-
- Fixed incorrect `browser.close()` method in examples and documentation -- the correct method is `browser.stop()`.
24
-
- Fixed `atexit` handler to correctly handle async `browser.stop()` method.
22
+
- Pinned requirement `websockets<14`, fixing the `AttributeError: 'NoneType' object has no attribute 'closed'` crash which occurs on the latest version of `websockets`.@stephanlensky
23
+
- Fixed incorrect `browser.close()` method in examples and documentation -- the correct method is `browser.stop()`.@stephanlensky
24
+
- Fixed `atexit` handler to correctly handle async `browser.stop()` method.@stephanlensky
25
25
26
26
## [0.1.1] - 2024-10-29
27
27
28
28
### Added
29
29
30
-
- Support for Python 3.10 and Python 3.11. All versions >=3.10 are now supported.
30
+
- Support for Python 3.10 and Python 3.11. All versions >=3.10 are now supported.@stephanlensky
0 commit comments