From 3e58759f7b9f421aa1a6d4a0df26bf4ba701ed00 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Thu, 10 Sep 2015 20:41:51 +1000 Subject: [PATCH] * Build 293 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28204ea51..1945e4599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +* **Build 293** (2015-09-07) + - Corrected a flaw in the Behavior/Extension logic that previously made protected methods and properties accessible as if they were public. + * **Build 292** (2015-08-28) - Added a new controller method `fireViewEvent()` for extending views and partials (see Plugins > Events docs). - Fixes a bug where the database falls asleep during an update.