From ac59b02ec9bda1fc57439a76c8aed6ada350cceb Mon Sep 17 00:00:00 2001 From: samuelFain <65926551+samuelFain@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:29:06 +0200 Subject: [PATCH] Apply suggestions from code review --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9013844d06..6fee55aca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ * Fixed an issue where the ***demisto-sdk validate*** command ran on the remote branch instead of the local current branch by default. [#4778](https://github.com/demisto/demisto-sdk/pull/4778) ### Internal -* Allow setting the dependency min version in the pack metadata. [#4786](https://github.com/demisto/demisto-sdk/pull/4786) +* Added support for setting the dependency minimum version in the pack metadata. [#4786](https://github.com/demisto/demisto-sdk/pull/4786) * Added new *VC100* validation. Validates that version_config file schema is valid. [#4769](https://github.com/demisto/demisto-sdk/pull/4769) * Added new *VC101* validation. Validates that versions in version_config file are continuous. [#4769](https://github.com/demisto/demisto-sdk/pull/4769) * Added the **VERSION_CONFIG** field type. [#4794](https://github.com/demisto/demisto-sdk/pull/4794)