From 6e39b78e9771019d4e36b285635d1ee1bf73ca72 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Tue, 25 Sep 2012 23:29:02 +0200 Subject: [PATCH] Changelog --- ReadMe.md | 20 ++++++++------------ doc/ChangeLog.md | 10 ++++++++++ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 49011411..6a26866d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -13,19 +13,15 @@ What's new? [![Build Status](https://secure.travis-ci.org/jacquev6/PyGithub.png)](http://travis-ci.org/jacquev6/PyGithub) -[Next version](https://github.com/jacquev6/PyGithub/issues?milestone=13&state=closed) (???, 2012) ------------------------------------------------------------------------------------------------------------ +[Version 1.8.0](https://github.com/jacquev6/PyGithub/issues?milestone=13&state=closed) (September 26th, 2012) +------------------------------------------------------------------------------------------------------------- -* Enable Travis CI - -[Version 1.7](https://github.com/jacquev6/PyGithub/issues?milestone=12&state=closed) (September 12th, 2012) ------------------------------------------------------------------------------------------------------------ - -* Be able to clear the assignee and the milestone of an Issue. Thank you [quixotique](https://github.com/quixotique) for the merge request -* Fix an AssertionFailure in `Organization.get_xxx` when using Github Enterprise. Thank you [mnsanghvi](https://github.com/mnsanghvi) for pointing that -* Expose pagination to users needing it (`PaginatedList.get_page`). Thank you [kukuts](https://github.com/kukuts) for asking -* Improve handling of legacy search APIs -* Small refactoring (documentation, removal of old code generation artifacts) +* Enable [Travis CI](http://travis-ci.org/#!/jacquev6/PyGithub) +* Fix error 500 when json payload contains percent character (`%`). Thank you again [quixotique](https://github.com/quixotique) for pointing that and reporting it to Github +* Enable debug logging. Logger name is `"github"`. Simple logging can be enabled by `github.enable_console_debug_logging()`. Thank you [quixotique](https://github.com/quixotique) for the merge request and the advice +* Publish tests in the PyPi source archive to ease QA tests of the [FreeBSD port](http://www.freshports.org/devel/py-pygithub/). Thank you [koobs](https://github.com/koobs) for maintaining this port +* Switch to [Semantic Versioning](http://semver.org/) +* Respect [pep8 Style Guide for Python Code](http://www.python.org/dev/peps/pep-0008/) Previous versions ----------------- diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 0da99048..e63b3df7 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -1,3 +1,13 @@ +[Version 1.8.0](https://github.com/jacquev6/PyGithub/issues?milestone=13&state=closed) (September 26th, 2012) +------------------------------------------------------------------------------------------------------------- + +* Enable [Travis CI](http://travis-ci.org/#!/jacquev6/PyGithub) +* Fix error 500 when json payload contains percent character (`%`). Thank you again [quixotique](https://github.com/quixotique) for pointing that and reporting it to Github +* Enable debug logging. Logger name is `"github"`. Simple logging can be enabled by `github.enable_console_debug_logging()`. Thank you [quixotique](https://github.com/quixotique) for the merge request and the advice +* Publish tests in the PyPi source archive to ease QA tests of the [FreeBSD port](http://www.freshports.org/devel/py-pygithub/). Thank you [koobs](https://github.com/koobs) for maintaining this port +* Switch to [Semantic Versioning](http://semver.org/) +* Respect [pep8 Style Guide for Python Code](http://www.python.org/dev/peps/pep-0008/) + [Version 1.7](https://github.com/jacquev6/PyGithub/issues?milestone=12&state=closed) (September 12th, 2012) ===========================================================================================================