From 562ec633e24ee6f855ff77420e45fb74e8fffcbc Mon Sep 17 00:00:00 2001 From: Lee Wexler Date: Tue, 24 Oct 2023 10:19:36 -0400 Subject: [PATCH] Post processing functions on query (#3509) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee91469d8..050deba557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 60.0.0-SNAPSHOT - unreleased +## 59.2.0 - 2023-10-16 ### 🐞 Bug Fixes * Fix to pass correct arguments to `ErrorMessageProps.actionFn` and `ErrorMessageProps.detailsFn`