aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-01-27 16:11:32 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-01-27 16:11:32 +0000
commita3fb93cc2fe7461b2aadac4ead9e16c24eeb0aa6 (patch)
tree1abcfbc302fc40c4a43fcf27d80c31ffb85a4f05 /CHANGES.txt
parenta5781a77c4d079f62298323566e6adc79b98e089 (diff)
downloadelgg-a3fb93cc2fe7461b2aadac4ead9e16c24eeb0aa6.tar.gz
elgg-a3fb93cc2fe7461b2aadac4ead9e16c24eeb0aa6.tar.bz2
Updated changes.
git-svn-id: http://code.elgg.org/elgg/trunk@3849 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index eb6a0900a..17005f971 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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