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

chore: changelog

This commit is contained in:
Pete Davison 2023-05-31 12:08:38 +00:00 committed by Andrey Nering
parent 793c1e5587
commit 8d19ad306e

View File

@ -2,8 +2,10 @@
## Unreleased
- Only rewrite checksum files in `.task` if the checksum has changed
(#1185, #1194 by @deviantintegral).
- Only rewrite checksum files in `.task` if the checksum has changed (#1185,
#1194 by @deviantintegral).
- Added [experiments documentation](https://taskfile.dev/experiments) to the
website (#1198 by @pd93).
## v3.25.0 - 2023-05-22
@ -16,7 +18,8 @@
- Fix some errors being unintendedly supressed (#1134 by @clintmod).
- Fix a nil pointer error when `version` is omitted from a Taskfile (#1148,
#1149 by @pd93).
- Fix duplicate error message when a task does not exists (#1141, #1144 by @pd93).
- Fix duplicate error message when a task does not exists (#1141, #1144 by
@pd93).
## v3.24.0 - 2023-04-15