Browse Source

fixed merge conflicts.

Taylor Otwell 12 years ago
parent
commit
f31bf1c8e4
2 changed files with 9 additions and 1 deletions
  1. 8 0
      changelog.md
  2. 1 1
      public/index.php

+ 8 - 0
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.

+ 1 - 1
public/index.php

@@ -45,4 +45,4 @@ $public      = __DIR__;
 */
 require $laravel.'/laravel.php';
 
-echo (microtime(true) - START_TIME) * 1000;
+echo (microtime(true) - START_TIME) * 1000;