From a3047d3cd887b77b8d821c2a82f0c31142a279f2 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 27 Aug 2025 11:37:45 -0300 Subject: [PATCH] chore(changelog): add entries for #197 and #2360 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5660312..8ddb218c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Unreleased +- Task now includes built-in core utilities to greatly improve compatibility on + Windows. This means that your commands the uses `cp`, `mv`, `mkdir`, or any + other common core utility will now work by default on Windows, without extra + setup. + This is something we wanted to address for many many years, and it's + finally being shipped! + [Read our blog post this the topic](https://taskfile.dev/blog/windows-core-utils). + (#197, #2360 by @andreynering). - :sparkles: Built and deployed a [brand new website](https://taskfile.dev) using [VitePress](https://vitepress.dev) (#2359, #2369, #2371, #2375, #2378 by @vmaerten, @andreynering, @pd93).