From 971c3e3a016493223fb08a80dfbc0767105b2772 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 21 Feb 2024 21:15:14 -0300 Subject: [PATCH] chore: add changelog for #1510 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 855d3915..fedeb9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ - Bumped minimum Go version to 1.21 (#1500 by @pd93) - Fixed panic when using `--list` and `--silent` together with the Remote Taskfiles experiment (#1509, #1512 by @pd93). +- Add mention on the documentation to the fact that the variable declaration + order is respected (#1510 by @kirkrodrigues). ## v3.34.1 - 2024-01-27