Added item to changelog.

This commit is contained in:
Taylor Otwell
2011-08-15 10:46:03 -05:00
parent a414bbfccb
commit 88f3f222c3

View File

@@ -1,5 +1,6 @@
# Laravel Change Log
## Version ?.?.?
## Version 1.6.0
- Moved **system/db/manager.php** to **system/db.php**. Updated alias appropriately.
- Moved **system/db/manager.php** to **system/db.php**. Updated alias appropriately.
- Unspecified optional parameters will be removed from URLs generated using route names.