diff --git a/CHANGELOG.md b/CHANGELOG.md index 300cfed62af..d5f46f1e39f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,8 @@ * Added support for *prev-ver* flag in **lint** and **secrets** commands. * Added support for *text* flag to **update-release-notes** command to add the same text to all release notes. * Fixed an issue where **validate** did not recognize added files if they were modified locally. -* Added a validation to the **validate** command that checks that the certification field in the pack_metadata file is valid. +* Added a validation that checks the `fromversion` field exists and is set to 5.0.0 or above when working or comparing to a non-feature branch in **validate** command. +* Added a validation that checks the certification field in the pack_metadata file is valid in **validate** command. # 1.2.1 * Added an additional linter `XSOAR-linter` to the **lint** command which custom validates py files. currently checks for: