From fe9f4897024cfcba25a7f25ea34a2dd2d9c37b3c Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Thu, 2 Jan 2025 18:23:06 +0000 Subject: [PATCH] chore: changelog for #1989 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caf305ca..25df7c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,10 @@ (#1797 by @pd93). - Fixed a bug where variables defined at the task level were being ignored in the `requires` section. (#1960, #1955, #1768 by @vmaerten and @mokeko) -- The `CHECKSUM` and `TIMESTAMP` variables are now accessible within `cmds` (#1872 by @niklasr22). +- The `CHECKSUM` and `TIMESTAMP` variables are now accessible within `cmds` + (#1872 by @niklasr22). +- Updated [installation docs](https://taskfile.dev/installation) and added pip + installation method (#935, #1989 by @pd93). ## v3.40.1 - 2024-12-06