Browse Source

fixed merge conflicts.

Taylor Otwell 13 years ago
parent
commit
46dd65fa74
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.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.

+ 1 - 1
public/index.php

@@ -36,4 +36,4 @@ $public      = __DIR__;
 | 3... 2... 1... Lift-off!
 |--------------------------------------------------------------------------
 */
-require $laravel.'/laravel.php';
+require $laravel.'/laravel.php';