Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Apr 8, 2010
1 parent d80c897 commit 4599f6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,3 +1,9 @@
v2.4 - 2010-04-08

* add phpGitHubApiUser->getEmails()
* add phpGitHubApiUser->addEmail()
* add phpGitHubApiUser->removeEmail()

v2.3 - 2010-04-08

* add phpGitHubApiUser->follow()
Expand Down
5 changes: 4 additions & 1 deletion lib/phpGitHubApi.php
Expand Up @@ -4,9 +4,12 @@
* Simple PHP GitHub API
*
* @tutorial http://github.com/ornicar/php-github-api/blob/master/README.markdown
* @version 2.2
* @version 2.4
* @author Thibault Duplessis <thibault.duplessis at gmail dot com>
* @license MIT License
*
* Website: http://github.com/ornicar/php-github-api
* Tickets: http://github.com/ornicar/php-github-api/issues
*/
class phpGitHubApi
{
Expand Down

0 comments on commit 4599f6a

Please sign in to comment.