From 197d4bed2eb47718808f591a2b91f4a6c5cc823d Mon Sep 17 00:00:00 2001 From: Ilya Date: Mon, 23 Sep 2024 13:33:54 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab2c5e7..313c7d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ### Changed -- The client now expects reporting the time for launches, test items and logs with microsecond precision in the ISO string. +- The client now expects reporting the time for launches, test items and logs with microsecond precision in the ISO string format. Thus, the `helpers.now` function is adjusted accordingly. Details about [supported](./README.md#time-format) formats. For logs, microsecond precision is available on the UI from ReportPortal version 24.2. ### Security