From 1d2a98559bd1f4bf3931ab47dce932df88ab31fe Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Fri, 28 Aug 2015 06:18:59 +1000 Subject: [PATCH] * Build 292 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f98dd764..28204ea51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +* **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. + * **Build 290** (2015-08-15) - Added test base class for developers who want to test their plugins with phpunit. See the readme file in the **tests/** directory for more details.