From 6c441b92d4b8451bba0a5968b9076275e68c79b9 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Sat, 28 Feb 2015 11:53:24 +1100 Subject: [PATCH] Report Widgets now support the use of AJAX event handlers. ping @ChadStrat --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c49784902..1614df7a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +* **Build 21x** (2015-02-xx) + - Report Widgets now support the use of AJAX event handlers. + * **Build 210** (2015-02-28) - Fixes an intermittent issue where a `CmsXXX_XXXClass` cache class cannot be found and throws a fatal error.