From b0a7363880ec492480a5bbcbb2768414348f3af8 Mon Sep 17 00:00:00 2001 From: Wilker Lucio Date: Fri, 13 Dec 2024 09:45:30 -0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04cd90cb..b94d7b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - BREAKING: Removed usage of `processor-error`, now the runner will not wrap the errors, this will generate simpler errors. - Expose query and entity on errors during eql interface calls - Expose planner failure details on error message +- Much richer error details for when some user required attribute is missing - Track `::pcp/expects` on AND nodes, it includes all expects from the node chain - BREAKING: removed `p->` and `p->>` helpers from `com.wsscode.promesa.macros`. These were old macros and currently Promesa has them in the library.