From 70b64f1928589f525fdb4ee1be64cb2cfd596978 Mon Sep 17 00:00:00 2001 From: Dayle Rees Date: Mon, 14 May 2012 14:11:56 +0200 Subject: [PATCH] forgot to add blade::extend() to this --- laravel/documentation/changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/laravel/documentation/changes.md b/laravel/documentation/changes.md index f74f7801..ae90e185 100644 --- a/laravel/documentation/changes.md +++ b/laravel/documentation/changes.md @@ -35,6 +35,7 @@ ## Laravel 3.2 - [Added `unless` structure to Blade template engine](/docs/views/templating#blade-unless). - [Added Blade comments](/docs/views/templating#blade-comments). - [Added simpler environment management](/docs/install#environments). +- Added `Blade::extend()` method to define custom blade compilers. - Added `View::exists` method. - Use [Memcached](http://php.net/manual/en/book.memcached.php) API instead of older [Memcache](http://php.net/manual/en/book.memcache.php) API. - Added support for bundles outside of the bundle directory.