Skip to content

Commit f7aaa32

Browse files
Update CHANGELOG.md
1 parent ac6fa8a commit f7aaa32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Fixed
2121

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
2525

2626
## [0.1.1] - 2024-10-29
2727

2828
### Added
2929

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
3131

3232
## [0.1.0] - 2024-10-20
3333

0 commit comments

Comments
 (0)