aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-02-01 17:40:41 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-02-01 17:40:41 +0000
commitf1ad194e108957db88953125403cfc21c790ad95 (patch)
treec870521dc59410b6dc95390483f4d361be4dac49 /CHANGES.txt
parent57c3924bea24d45c85f219e8733d45aa0dac9b17 (diff)
downloadelgg-f1ad194e108957db88953125403cfc21c790ad95.tar.gz
elgg-f1ad194e108957db88953125403cfc21c790ad95.tar.bz2
Fixes #1376: added ElggEntity::removeRelationship().
git-svn-id: http://code.elgg.org/elgg/trunk@3889 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 43d4cc9ff..3119b4703 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -41,6 +41,7 @@ http://code.elgg.org/elgg/.....
* Added elgg_deprecated_notice().
* ElggEntity::countEntitiesFromRelationship() supports inverse relationships. #1325
* delete_relationship() triggers the hook delete:relationship and passes the relationship object. #1213
+ * added ElggEntity::removeRelationship(). #1376.
Services API:
* Separated user and api authenticate processing