From d3992d90d64623f71f316f122e99711f530aafc7 Mon Sep 17 00:00:00 2001 From: Ivan Bodrov Date: Thu, 5 Dec 2024 09:13:38 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b58a918..356bb8fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,19 @@ - opentelemetry: add initial support for tracing ([#178](https://github.com/walmartlabs/concord-plugins/pull/178)); - tasks: initial support for dry-run mode -([#179](https://github.com/walmartlabs/concord-plugins/pull/179)). +([#179](https://github.com/walmartlabs/concord-plugins/pull/179)); +- codecoverage: initial support for code coverage in LCOV format +([#181](https://github.com/walmartlabs/concord-plugins/pull/181). ### Changed -- jira-task: properly handle issue creation when no priority is specified +- project: migrate to concord-client2 and target platform 2.14.0 +([#176](https://github.com/walmartlabs/concord-plugins/pull/176)); +- jira-task: properly handle issue creation when no priority is +specified ([#182](https://github.com/walmartlabs/concord-plugins/pull/182)); - project: bump takari-lifecycle-plugin version ([#183](https://github.com/walmartlabs/concord-plugins/pull/183)); -- project: migrate to concord-client2 and target platform 2.14.0 -([#176](https://github.com/walmartlabs/concord-plugins/pull/176)).