From 90b5ce16d8745f6e3362fd21638bf88c1d1cffd8 Mon Sep 17 00:00:00 2001 From: Dzmitry Kosarau Date: Thu, 5 Oct 2023 13:43:37 +0500 Subject: [PATCH] Update changelog before release 5.0.14 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e660e8d..e0f28eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +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 ## [5.0.13] - 2023-08-28 ### Added - `launchUuidPrint` and `launchUuidPrintOutput` configuration options to ease integration with CI tools, by @HardNorth