From 695420c1277937036e52421a544220470d2af765 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 16 Aug 2011 22:51:41 -0500 Subject: [PATCH] added exception handling changes to changelog. --- changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index cdc34b82..8ab3403d 100644 --- a/changelog.md +++ b/changelog.md @@ -5,4 +5,5 @@ ## Version 1.6.0 - 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. \ No newline at end of file +- 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