From 9c990a0746cd8e66c6260b11070d185ead780611 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 23 Oct 2013 09:07:18 +0100 Subject: [PATCH] Version 0.9.0 List 0.8.X main updates plus note on cb breaking changes --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd34a609..39fea264 100644 --- a/README.md +++ b/README.md @@ -287,9 +287,18 @@ Include these before github.js : ## Change Log +### 0.9.X + +Paging (introduced at tail end of 0.8.X, note: different callbacks for success & errors now) + ### 0.8.X -Fixes and tweaks, plus follow/unfollow users, get current user info, create gists, simpler auth, get issues, create branch, CI tests and node.js support +Fixes and tweaks, simpler auth, CI tests, node.js support, Raw+JSON, UTF8, plus: +Users - follow, unfollow, get info, notifications +Gists - create +Issues - get +Repos - createRepo, deleteRepo, createBranch, star, unstar, isStarred, getCommits, listTags, listPulls, getPull, compare +Hooks - listHooks, getHook, createHook, editHook, deleteHook ### 0.7.X