diff --git a/doc/changes.rst b/doc/changes.rst index 421544ca..63ee6138 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -20,10 +20,11 @@ Stable versions * GistComment URL is changed (see http://developer.github.com/changes/2012-10-31-gist-comment-uris) * A typo in the readme was fixed by `tymofij `_, thank you * Internal stuff: - * Add encoding comment to Python files, thank you `Zearin `_ - * Restore support of Python 2.5 - * Restore coverage measurement in setup.py test - * Small refactoring + + + Add encoding comment to Python files, thank you `Zearin `_ + + Restore support of Python 2.5 + + Restore coverage measurement in setup.py test + + Small refactoring `Version 1.8.1 `_ (October 28th, 2012) ------------------------------------------------------------------------------------------------------------- @@ -54,12 +55,14 @@ Stable versions * Restore support for Python 2.5 * Implement new APIS: - * /hooks (undocumented, but mentioned in http://developer.github.com/v3/repos/hooks/#create-a-hook) - * `Merging `_ - * `Starring `_ and `subscriptions `_ - * `Assignees `_ - * `Commit statuses `_ - * `Contents `_, thank you `berndca `_ for asking + + * /hooks (undocumented, but mentioned in http://developer.github.com/v3/repos/hooks/#create-a-hook) + * `Merging `_ + * `Starring `_ and `subscriptions `_ + * `Assignees `_ + * `Commit statuses `_ + * `Contents `_, thank you `berndca `_ for asking + * Clarify issue and review comments on PullRequest, thank you `nixoz2k7 `_ for asking `Version 1.5 `_ (September 5th, 2012) @@ -128,11 +131,13 @@ Pre-release versions * The list of the not implemented APIs is shorter than the list of the implemented APIs * APIs *not implemented*: - * GET `/gists/public` - * GET `/issues` - * GET `/repos/:user/:repo/compare/:base...:head` - * GET `/repos/:user/:repo/git/trees/:sha?recursive-1` - * POST `/repos/:user/:repo/git/trees?base_tree-` + + * GET `/gists/public` + * GET `/issues` + * GET `/repos/:user/:repo/compare/:base...:head` + * GET `/repos/:user/:repo/git/trees/:sha?recursive-1` + * POST `/repos/:user/:repo/git/trees?base_tree-` + * Gists * Autorizations * Keys @@ -147,11 +152,15 @@ Version 0.3 (February 26th, 2012) * More refactoring * Issues, milestones and their labels * NamedUser: - * emails + + * emails + * Repository: - * downloads - * tags, branches, commits and comments (not the same as "Git objects" of version 0.2) - * pull requests (no automatic merge yet) + + * downloads + * tags, branches, commits and comments (not the same as "Git objects" of version 0.2) + * pull requests (no automatic merge yet) + * Automatic generation of the reference documentation of classes, with less "see API"s, and less errors Version 0.2 (February 23rd, 2012) @@ -159,24 +168,32 @@ Version 0.2 (February 23rd, 2012) * Refactoring * Teams details and modification - * basic attributes - * list teams in organizations, on repositories + + * basic attributes + * list teams in organizations, on repositories + * Git objects - * create and get tags, references, commits, trees, blobs - * list and edit references + + * create and get tags, references, commits, trees, blobs + * list and edit references Version 0.1 (February 19th, 2012) --------------------------------- * User details and modification - * basic attributes - * followers, following, watching - * organizations - * repositories + + * basic attributes + * followers, following, watching + * organizations + * repositories + * Repository details and modification - * basic attributes - * forking - * collaborators, contributors, watchers + + * basic attributes + * forking + * collaborators, contributors, watchers + * Organization details and modification - * basic attributes - * members and public members + + * basic attributes + * members and public members