Browse Source

added changelog note for crypter class.

Taylor Otwell 13 years ago
parent
commit
ad4e200d66
1 changed files with 2 additions and 1 deletions
  1. 2 1
      changelog.md

+ 2 - 1
changelog.md

@@ -4,4 +4,5 @@
 
 - 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.
+- 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.