diff --git a/changelog.md b/changelog.md index 496ee9c1..66580658 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Laravel Change Log +## Version 1.5.8 + +- Fixed bug in form class that prevent name attributes from being set properly. + +### Upgrading from 1.5.7 + +- Replace **system** directory. + ## Version 1.5.7 - Fixed bug that prevented view composers from being called for module named views. diff --git a/public/index.php b/public/index.php index e2a3fcc0..3814cf4e 100644 --- a/public/index.php +++ b/public/index.php @@ -45,4 +45,4 @@ */ require $laravel.'/laravel.php'; -echo (microtime(true) - START_TIME) * 1000; \ No newline at end of file +echo (microtime(true) - START_TIME) * 1000;