From 766e54aa2d605f2eafd53017536c22386e51b470 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 16 Aug 2011 23:34:37 -0500 Subject: [PATCH] fixed changelog --- changelog.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 8ab3403d..5eeb29fa 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,15 @@ # Laravel Change Log -## Version 1.6.0 +## Version 1.5.2 - Moved **system/db/manager.php** to **system/db.php**. Updated alias appropriately. - Unspecified optional parameters will be removed from URLs generated using route names. - Fixed bug in Config::set that prevented it from digging deep into arrays. - Replace Crypt class with Crypter class. Ditched static methods for better architecture. -- Re-wrote exception handling classes for better architecture and design. \ No newline at end of file +- Re-wrote exception handling classes for better architecture and design. + +### Upgrading From 1.5.1 + +- Replace the **system** directory. +- Replace the **application/config/aliases.php** file. +- Take note of encryption class changes. \ No newline at end of file