]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
updated CHANGES.txt with services API changes
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 20 Oct 2009 00:46:24 +0000 (00:46 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 20 Oct 2009 00:46:24 +0000 (00:46 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3565 36083f99-b078-4883-b0ff-0f9b5a30f544

CHANGES.txt

index 16f5cb4bd81b2dd36a817f0a3f90f1c2334f74f0..cfbf580694cc2efd5928c61a3f8a07015232908b 100644 (file)
@@ -13,3 +13,11 @@ http://code.elgg.org/elgg/.....
  API changes:
   * New plugin hook system:unit_test for adding files to unit tests.
   * $is_admin global deprecated; use elgg_set_ignore_access() instead.
+
+ Services API:
+  * Separated user and api authenticate processing
+  * 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