diff --git a/CHANGELOG.md b/CHANGELOG.md index e660e8d..32fd5f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### Added +- `Promise.allSettled` polyfill to support NodeJS 10 +### Fixed +- Reporting is down on error with collect request on reporting start +- Can not read property `realId` of undefined during reporting, resolves [#99](https://github.com/reportportal/agent-js-playwright/issues/99) ## [5.0.13] - 2023-08-28 ### Added