---------------------------------------------------------------------------------------------------------------
* You can now use your client_id and client_secret to increase rate limiting without authentication
* You can now send a custom User-Agent
* PullRequest now has its 'assignee' attribute, thank you `mstead <https://github.com/mstead>`_
* Repository.edit now has 'default_branch' parameter
* create_repo has 'auto_init' and 'gitignore_template' parameters
* 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 <https://github.com/tymofij>`_, thank you
* Internal stuff:
+ Add encoding comment to Python files, thank you `Zearin <https://github.com/Zearin>`_
+ Restore support of Python 2.5
+ Restore coverage measurement in setup.py test
+ Small refactoring