From e115a13ffdf1213cd3ecf43d168961d9ddd9b6d6 Mon Sep 17 00:00:00 2001 From: satyanandak <159875083+satyanandak@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:32:16 +0530 Subject: [PATCH] Update CHANGELOG for v2024.03.26 (#6321) * Update CHANGELOG for v2024.03.26 --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index aee587c78f5..05c8d191e05 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +v2024.03.26 +=========== +* Fix "No such target" errors on incremental sync #6262 +* Reduced the logging level for the stack traces produced when resolving external artifacts. #6310 +* (rebase) Support embedded go_proto_library #6030 +* Improved error message for an unsupported workspace type #6257 + v2024.03.12 =========== * fix(plugin_dev): Alert users they need the DevKit plugin to work on the codebase #6198