1
0
mirror of https://github.com/go-task/task.git synced 2024-12-04 10:24:45 +02:00

fix: typo in changelog

This commit is contained in:
Pete Davison 2024-05-13 08:54:27 +00:00
parent 57c094f415
commit 55593090fa
No known key found for this signature in database
GPG Key ID: 2ABFD790DF2521A2

View File

@ -20,7 +20,7 @@
- Refactored how Task reads, parses and merges Taskfiles using a DAG (#1563,
#1607 by @pd93).
- 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
like `&`, `(` or `)` (#1551, #1584 by @andreynering).
- Added alias `q` for template function `shellQuote` (#1601, #1603 by @vergenzt)