1
0
mirror of https://github.com/go-task/task.git synced 2025-03-19 21:17:46 +02:00
This commit is contained in:
Andrey Nering 2021-04-23 18:11:31 -03:00
parent 9b42ef5d46
commit f8545d4c61

View File

@ -1,7 +1,11 @@
# Changelog
## Unreleased
## v3.4.2 - 2021-04-23
- On watch, report which file failed to read
([#472](https://github.com/go-task/task/pull/472)).
- Do not try to catch SIGKILL signal, which are not actually possible
([#476](https://github.com/go-task/task/pull/476)).
- Improve version reporting when building Task from source using Go Modules
([#462](https://github.com/go-task/task/pull/462), [#473](https://github.com/go-task/task/pull/473)).