]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Updated changes.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 27 Jan 2010 16:11:32 +0000 (16:11 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 27 Jan 2010 16:11:32 +0000 (16:11 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3849 36083f99-b078-4883-b0ff-0f9b5a30f544

CHANGES.txt

index eb6a0900abbe831a01c8e7eb12b0a91a9c853950..17005f971ca341384795f3e5a98c5f845e0ab5dc 100644 (file)
@@ -17,7 +17,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
-  * Metadata __isset() now works for falsy entities (except NULL). #1414
+  * Metadata __isset() now works for falsy values (except NULL). #1414
 
  API changes:
   * New plugin hook system:unit_test for adding files to unit tests.
@@ -28,7 +28,8 @@ http://code.elgg.org/elgg/.....
   * Deprecated get_entities_from_access_id(). Use elgg_get_entities_from_access_id().
   * Deprecated get_entities_from_annotations().  Use elgg_get_entities_from_annotations().
   * Reorganized directory file path to rely on GUID instead of username.
-  * annotation_id column added to the river database table
+  * annotation_id column added to the river database table.
+  * unregister_elgg_event_handler() and unregister_plugin_hook() added. #1465
 
  Services API:
   * Separated user and api authenticate processing