You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/03/25 17:21:30 UTC

[36/51] [abbrv] git commit: Update changelog for 0.10.8

Update changelog for 0.10.8


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/840320d1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/840320d1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/840320d1

Branch: refs/heads/two-dot-o
Commit: 840320d184be55f52953208cf8850874a1bcba40
Parents: d9e8698
Author: ryan bridges <rb...@apigee.com>
Authored: Thu Mar 20 16:41:36 2014 -0400
Committer: ryan bridges <rb...@apigee.com>
Committed: Thu Mar 20 16:41:36 2014 -0400

----------------------------------------------------------------------
 sdks/html5-javascript/changelog.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/840320d1/sdks/html5-javascript/changelog.md
----------------------------------------------------------------------
diff --git a/sdks/html5-javascript/changelog.md b/sdks/html5-javascript/changelog.md
index 3abc0f9..4b9003e 100644
--- a/sdks/html5-javascript/changelog.md
+++ b/sdks/html5-javascript/changelog.md
@@ -1,4 +1,10 @@
 ##Change log
+###0.10.8
+- Added support for Events and Counters
+- Added support for Folders and Assets
+- Improved asynchronous call support
+- Improved callback handling
+- Numerous bug fixes
 
 ###0.10.7
 - Bug fixes
@@ -7,8 +13,8 @@
 - added some methods to pull related data and append to an entity
 - helper method to remove an entity from a collection without hitting the database (you would use the .destroy method if you do want to hit the db)
 
-###0.10.4
-
+###0.10.4
+
 - Added new functions for creating, getting, and deleting connections
 - Added test cases for said functions
 - Added logout call to client create to clear out any remnant token from a past session