1
0
mirror of https://github.com/go-task/task.git synced 2025-10-08 23:02:02 +02:00

docs(changelog): add entry for #2431

This commit is contained in:
Andrey Nering
2025-09-21 16:12:06 -03:00
parent 028ae1a660
commit 67a02255b5

View File

@@ -1,5 +1,10 @@
# Changelog
## Unreleased
- Fixed bug that made a generic message, instead of an useful one, appear when
a Taskfile could not be found (#2431 by @andreynering).
## v3.45.4 - 2025-09-17
- Fixed a bug where `cache-expiry` could not be defined in `.taskrc.yml` (#2423