Browse Source

incremented version and change log.

Taylor Otwell 13 years ago
parent
commit
b31f13d99f
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.4
+
+- Fix bug in Eloquent belongs_to relationship eager loading.
+
+### Upgrading From 1.5.3
+
+- Replace **system** directory.
+
 ## Version 1.5.3
 
 - Various bug fixes.

+ 1 - 1
public/index.php

@@ -3,7 +3,7 @@
  * Laravel - A clean and classy framework for PHP web development.
  *
  * @package  Laravel
- * @version  1.5.3
+ * @version  1.5.4
  * @author   Taylor Otwell
  * @link     http://laravel.com
  */