From 7393821d648480f0fc0668cf4d9f97c960da0ba2 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 10 Jan 2024 21:40:10 -0300 Subject: [PATCH] chore: add changelog for #1459 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ec9aad..982cf24e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ `taskfile/ast` (#1450 by @pd93). - Updated the experiments and deprecations documentation format (#1445 by @pd93). +- Small change on the API when using as a library: `call.Direct` became + `call.Indirect` (#1459). ## v3.33.1 - 2023-12-21