From 88f3f222c3fbdb39687c46d005981a49456fb8f1 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 15 Aug 2011 10:46:03 -0500 Subject: [PATCH] Added item to changelog. --- changelog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 66a763bb..3fbd036e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ # Laravel Change Log -## Version ?.?.? +## Version 1.6.0 -- Moved **system/db/manager.php** to **system/db.php**. Updated alias appropriately. \ No newline at end of file +- Moved **system/db/manager.php** to **system/db.php**. Updated alias appropriately. +- Unspecified optional parameters will be removed from URLs generated using route names. \ No newline at end of file