diff --git a/changelog.md b/changelog.md index e83c857c..496ee9c1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Laravel Change Log +## Version 1.5.7 + +- Fixed bug that prevented view composers from being called for module named views. + +### Upgrading from 1.5.6 + +- Replace **system** directory. + ## Version 1.5.6 - Fix bug that caused exceptions to not be shown when attempting to render a view that doesn't exist. diff --git a/public/index.php b/public/index.php index d3401f2d..e09a7d01 100644 --- a/public/index.php +++ b/public/index.php @@ -38,4 +38,4 @@ */ require $laravel.'/laravel.php'; -echo (microtime(true) - $t) * 1000; \ No newline at end of file +echo (microtime(true) - $t) * 1000;