diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c43879e..b962c93d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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