diff --git a/changelog.md b/changelog.md index 5fa10394..4c3b0128 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Laravel Change Log +## Version 1.6.6 + +- Fix bug that caused exceptions to not be shown when attempting to render a view that doesn't exist. + +### Upgrading from 1.5.5 + +- Replace **system** directory. + ## Version 1.5.5 - Fix bug in session class cookie option extraction. diff --git a/public/index.php b/public/index.php index 19a2f0a5..e0868e92 100644 --- a/public/index.php +++ b/public/index.php @@ -36,4 +36,4 @@ $public = __DIR__; | 3... 2... 1... Lift-off! |-------------------------------------------------------------------------- */ -require $laravel.'/laravel.php'; \ No newline at end of file +require $laravel.'/laravel.php';