aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-01-27 16:21:40 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-01-27 16:21:40 +0000
commit3aeb6fcf7a5fab9050803e49af7cab6ea094ba4e (patch)
tree4cdf4a0a36703d83d43561a106bb3036599d9be3 /CHANGES.txt
parenta3fb93cc2fe7461b2aadac4ead9e16c24eeb0aa6 (diff)
downloadelgg-3aeb6fcf7a5fab9050803e49af7cab6ea094ba4e.tar.gz
elgg-3aeb6fcf7a5fab9050803e49af7cab6ea094ba4e.tar.bz2
Fixes #1419: Added remove_from_river_by_annotation(). Deleting annotations now deletes their river entry.
git-svn-id: http://code.elgg.org/elgg/trunk@3850 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 17005f971..b5cb10a5a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -29,6 +29,7 @@ http://code.elgg.org/elgg/.....
* 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.
+ * remove_from_river_by_annotation() added.
* unregister_elgg_event_handler() and unregister_plugin_hook() added. #1465
Services API: