aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-11-09 13:08:33 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-11-09 13:08:33 +0000
commitd0248ccec27ec41d0c513324733229f0030c189c (patch)
treee55f2f267aaa1c168651d318b5e6360096e081eb /CHANGES.txt
parent1a36cf9b59970b031045abafd95d1d32804c38d4 (diff)
downloadelgg-d0248ccec27ec41d0c513324733229f0030c189c.tar.gz
elgg-d0248ccec27ec41d0c513324733229f0030c189c.tar.bz2
updated changes.txt
git-svn-id: http://code.elgg.org/elgg/trunk@3641 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0bc2b1d1b..e8022ffb7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -12,6 +12,7 @@ http://code.elgg.org/elgg/.....
* Searching by tag with extended characters now works. #1151, #1231
* Searching for entities works properly with case-insensitive metadata. #1326
* Invalid views now default to 'default' view. #1161.
+ * Metadata cache now handles a 0 string. #1227
API changes:
* New plugin hook system:unit_test for adding files to unit tests.
@@ -25,8 +26,9 @@ http://code.elgg.org/elgg/.....
Services API:
* Separated user and api authenticate processing
+ * hmac signature encoding now compatible with OAuth
* New plugin hook api_key:use for keeping stats on key usage
* New plugin hook rest:init so plugins can configure authentication modules
* Moved auth.gettoken to POST for increased security
* Fixed REST POST bug #1114
- * Fixed #881, #1216, #1217, #1218, #1219, #1220, #1298
+ * Fixed #881, #1214, #1215, #1216, #1217, #1218, #1219, #1220, #1298