]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Updated changes file with search and user data storage info.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 15 Nov 2009 04:33:45 +0000 (04:33 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 15 Nov 2009 04:33:45 +0000 (04:33 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3685 36083f99-b078-4883-b0ff-0f9b5a30f544

CHANGES.txt

index 5965bd462e500b61a6d7b21088890f55b17c59e7..403d45f6b933a18ef2d7f95e3b73c12037fd1739 100644 (file)
@@ -6,7 +6,8 @@ http://code.elgg.org/elgg/.....
   * UTF8 now saved correctly in database. #1151
   * Unit tests added to System diagnostics.
   * Debug values output to screen when enabled in admin settings.
-  * Users can now log in from multiple computers or browsers concurrently
+  * Users can now log in from multiple computers or browsers concurrently.
+  * New search system.
 
  Bugfixes:
   * Searching by tag with extended characters now works. #1151, #1231
@@ -14,6 +15,7 @@ http://code.elgg.org/elgg/.....
   * Invalid views now default to 'default' view. #1161.
   * Metadata cache now handles a 0 string. #1227
   * ElggPlugin get() now works with 0. #1286
+  * User data storage based on GUID instead of username.
 
  API changes:
   * New plugin hook system:unit_test for adding files to unit tests.