]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Updating core changes file
authornickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 22 Oct 2009 15:24:49 +0000 (15:24 +0000)
committernickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 22 Oct 2009 15:24:49 +0000 (15:24 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3571 36083f99-b078-4883-b0ff-0f9b5a30f544

CHANGES.txt

index cfbf580694cc2efd5928c61a3f8a07015232908b..3f256ba7d3148c10620612b4bdfb2b84fc198038 100644 (file)
@@ -4,11 +4,12 @@ http://code.elgg.org/elgg/.....
 
  User-visible changes:
   * UTF8 now saved correctly in database. #1151
-  * Unit tests added at engine/tests/suites.php
-  * Debug values output to screen when enabled in admin settings
+  * Unit tests added to System diagnostics.
+  * Debug values output to screen when enabled in admin settings.
 
  Bugfixes:
   * Searching by tag with extended characters now works. #1151, #1231
+  * Searching for entities works properly with case-insensitive metadata. #1326
 
  API changes:
   * New plugin hook system:unit_test for adding files to unit tests.