# HG changeset patch # User Marcin Kuzminski # Date 1349732287 -7200 # Node ID 9c778306eb73b915431b726a94066a08c679d6a3 # Parent e2b2791d1e7ca9b9d1f66993637e5d9225ce5c3a fixed #598 API docs methods had wrong members parameter as returned data diff -r e2b2791d1e7c -r 9c778306eb73 docs/api/api.rst --- a/docs/api/api.rst Mon Oct 08 23:28:38 2012 +0200 +++ b/docs/api/api.rst Mon Oct 08 23:38:07 2012 +0200 @@ -438,21 +438,6 @@ "users_group_id" : "", "group_name" : "", "active": "", - "members" : [ - { - "user_id" : "", - "username" : "", - "firstname": "", - "lastname" : "", - "email" : "", - "emails": "", - "active" : "", - "admin" :  "", - "ldap_dn" : "", - "last_login": "", - }, - … - ] }, … ] @@ -485,21 +470,6 @@ "users_group_id" : "", "group_name" : "", "active": "", - "members" : [ - { - "user_id" : "", - "username" : "", - "firstname": "", - "lastname" : "", - "email" : "", - "emails": "", - "active" : "", - "admin" :  "", - "ldap_dn" : "", - "last_login": "", - }, - … - ] }, } error: null diff -r e2b2791d1e7c -r 9c778306eb73 docs/changelog.rst --- a/docs/changelog.rst Mon Oct 08 23:28:38 2012 +0200 +++ b/docs/changelog.rst Mon Oct 08 23:38:07 2012 +0200 @@ -34,6 +34,7 @@ - fixes #591 git backend was causing encoding errors when handling binary files - added a test case for VCS lib tests - fixed #597 commits in future get negative age. +- fixed #598 API docs methods had wrong members parameter as returned data 1.4.3 (**2012-09-28**) ----------------------