refactoring, added uri class.

This commit is contained in:
Taylor Otwell
2011-09-20 21:28:19 -05:00
parent 1463617f13
commit 47db2ff19b
16 changed files with 548 additions and 285 deletions

View File

@@ -1,5 +1,13 @@
# Laravel Change Log
## Version 1.5.9
- Fixed bug in Eloquent relationship loading.
### Upgrading from 1.5.8
- Replace **system** directory.
## Version 1.5.8
- Fixed bug in form class that prevent name attributes from being set properly.