docs: add upgrade/release notes for 1.13.0

This commit is contained in:
anshul sharma 2025-06-03 14:24:51 +05:30
parent 7f184acd6d
commit 26efda2604

View file

@ -18,7 +18,7 @@ This enhancement allows you to provide a full script as an inline command, enabl
### New functions
As part of Packer 1.13, we have introduced more functions.
As part of Packer 1.13, we have introduced below functions.
* `sum`: takes a list or set of numbers and returns the sum of those numbers..
* `startswith`: takes two values: a string to check and a prefix string. The function returns true if the string begins with that exact prefix.