From ca3bd71fe32138c19b466cee02b202db8dbe6a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ad=C3=A1mek?= Date: Tue, 3 May 2022 15:28:27 +0200 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28cc41e78fe9..3c9d8da98b6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ -2.3.1 / 2022/05/02 +2.3.1 / 2022/05/03 ==================== - fix: `utils.apifyClient` early instantiation (#1330) - feat: `utils.playwright.injectJQuery()` (#1337) - feat: add `keyValueStore` option to `Statistics` class (#1345) +- fix: ensure failed req count is correct when using `RequestList` (#1347) - fix: random puppeteer crawler (running in headful mode) failure (#1348) + > This should help with the `We either navigate top level or have old version of the navigated frame` bug in puppeteer. +- fix: allow returning falsy values in `RequestTransform`'s return type 2.3.0 / 2022/04/07 ====================