updated changelog.

This commit is contained in:
Taylor Otwell 2011-08-18 18:11:12 -05:00
parent 4fb6293415
commit 119b356bde
1 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,14 @@
# Laravel Change Log
## Version 1.5.3
- Various bug fixes.
- Allow columns to be specified on Eloquent queries.
### Upgrading From 1.5.2
- Replace **system** directory.
## Version 1.5.2
- Moved **system/db/manager.php** to **system/db.php**. Updated alias appropriately.