From dde977160dc6dd7447cdb1e0545218cb601b7eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Priit=20L=C3=A4tt?= Date: Wed, 13 Sep 2023 14:20:16 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: helinanever <36853001+helinanever@users.noreply.github.com> --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e99a04a7..f414e323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,11 @@ Version 0.44.0 Additions and changes from [pull request #345](https://github.com/codemagic-ci-cd/cli-tools/pull/345). **Features** -- Add new action `google-play tracks promote-release` to promote a release from one Google Play release track to another. +- Add a new action `google-play tracks promote-release` to promote a release from one Google Play release track to another. **Development** -- Define new common argument type `bounded_number` for CLI usage that can be used to load floats and integers from CLI inputs within specified ranges. -- Add new client method `update_track` to update release track in Google Play API client `codemagic.google_play.api_client.GooglePlayDeveloperAPIClient`. +- Define a new common argument type `bounded_number` for CLI usage that can be used to load floats and integers from CLI inputs within specified ranges. +- Add a new client method `update_track` to update release track in Google Play API client `codemagic.google_play.api_client.GooglePlayDeveloperAPIClient`. - **Documentation** - Update documentation for action group `google-play tracks`.