1
0
mirror of https://github.com/go-task/task.git synced 2025-01-12 04:34:11 +02:00

Add CHANGELOG entry for #1107

This commit is contained in:
Andrey Nering 2023-04-05 22:21:38 -03:00
parent 1b30c9dbca
commit cfa409b5e7

View File

@ -2,8 +2,10 @@
## Unreleased
- Fix bug where "up-to-date" logs were not being omitted for silent tasks
(#546, #1107 by @danquah).
- Add `.hg` (Mercurial) to the list of ignored directories when using
`--watch` (#1098 from @misery).
`--watch` (#1098 by @misery).
- More improvements to the release tool (#1096 by @pd93)
- Enforce [gofumpt](https://github.com/mvdan/gofumpt) linter (#1099 by @pd93)