added exception handling changes to changelog.

This commit is contained in:
Taylor Otwell 2011-08-16 22:51:41 -05:00
parent d075e60a66
commit 695420c127
1 changed files with 2 additions and 1 deletions

View File

@ -6,3 +6,4 @@ ## Version 1.6.0
- Unspecified optional parameters will be removed from URLs generated using route names. - 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. - 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. - Replace Crypt class with Crypter class. Ditched static methods for better architecture.
- Re-wrote exception handling classes for better architecture and design.