From 708833b5df18c58eca24ee9704ac806910359a38 Mon Sep 17 00:00:00 2001 From: Eliana Rosselli Date: Mon, 16 Sep 2024 17:12:05 -0300 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 807afa4dea..98e1f71752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ The types of changes are: - Update the Datamap report's Data categories column to support better expand/collapse behavior [#5265](https://github.com/ethyca/fides/pull/5265) - Rename/refactor Privacy Notice Properties to support performance improvements [#5259](https://github.com/ethyca/fides/pull/5259) - Improved logging and error visibility for TraversalErrors [#5263](https://github.com/ethyca/fides/pull/5263) +- Fix Email Connector logs so they use configuration key instead of name [#5286](https://github.com/ethyca/fides/pull/5286) ### Developer Experience - Added performance mark timings to debug logs for fides.js [#5245](https://github.com/ethyca/fides/pull/5245)