Skip to content

Commit

Permalink
Docs: add deprecation note to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
elacuesta committed Sep 11, 2024
1 parent f87154a commit a28631a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

### [v0.0.41](https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.41) (2024-08-13)

* Keyword arguments for PLAYWRIGHT_PROCESS_REQUEST_HEADERS, pass additional Request fields (#303)
* Keyword arguments for PLAYWRIGHT_PROCESS_REQUEST_HEADERS, pass additional Request data (#303).
Deprecated positional argument handling for the function passed to the PLAYWRIGHT_PROCESS_REQUEST_HEADERS
setting, arguments should now be handled by keyword.
* Retry to create page on browser crash (#305)
* Fix typo in log message (#312)

Expand Down

0 comments on commit a28631a

Please sign in to comment.