fix: typo in changelog

This commit is contained in:
Pete Davison
2024-05-13 08:54:27 +00:00
parent 57c094f415
commit 55593090fa

View File

@@ -20,7 +20,7 @@
- Refactored how Task reads, parses and merges Taskfiles using a DAG (#1563, - Refactored how Task reads, parses and merges Taskfiles using a DAG (#1563,
#1607 by @pd93). #1607 by @pd93).
- Fix a bug which stopped tasks from using `stdin` as input (#1593, #1623 by - Fix a bug which stopped tasks from using `stdin` as input (#1593, #1623 by
@pd03). @pd93).
- Fix error when a file or directory in the project contained a special char - Fix error when a file or directory in the project contained a special char
like `&`, `(` or `)` (#1551, #1584 by @andreynering). like `&`, `(` or `)` (#1551, #1584 by @andreynering).
- Added alias `q` for template function `shellQuote` (#1601, #1603 by @vergenzt) - Added alias `q` for template function `shellQuote` (#1601, #1603 by @vergenzt)