From b68f4067d90a91c288a9653fed4ceb670b147915 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Wed, 12 Mar 2025 19:59:54 +0000 Subject: [PATCH] chore: changelog for #2112 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc7315d..870cd246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +- The default taskfile (output when using the `--init` flag) is now an embedded + file in the binary instead of being stored in the code (#2112 by @pd93). + #### Package API - The [`Executor`](https://pkg.go.dev/github.com/go-task/task/v3#Executor) now