From 8a7341180347f64bf2759b5976424e40079b6293 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 28 Feb 2024 19:46:30 -0300 Subject: [PATCH] chore: add changelog for #1520 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 503411d5..bdf2d96c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,8 @@ [run Taskfiles via stdin](https://taskfile.dev/usage/#reading-a-taskfile-from-stdin) (#655, #1483 by @pd93). - 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). +- Fixed bug related to the `--list` flag (#1509, #1512 by @pd93, #1514, #1520 by + @pd93). - Add mention on the documentation to the fact that the variable declaration order is respected (#1510 by @kirkrodrigues). - Improved style guide docs (#1495 by @iwittkau).