diff --git a/docs/changelog.md b/docs/changelog.md index 783c7b2..2bd0ab8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # scrapy-playwright changelog +### [v0.0.38](https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.38) (2024-07-06) + +* Fix freezing on responses with status 204 (#292) +* Connect to remote browser using BrowserType.connect (#283) + + ### [v0.0.37](https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.37) (2024-07-03) * Improve Windows concurrency (#286)