From 8846bf7aaf21168ae75b90321dd84eb543c43a3e Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Thu, 21 Aug 2014 17:03:47 +0200 Subject: [PATCH] changelog update --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 29a8981c6..dc2633a9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Version 0.7 + + * Fix license classifier in setup.py + * Fix encoding error when printing to redirected output + * Fix encoding error when updating with redirected output + * Add support for UserKey listing and deletion + * Add support for branches creation and deletion + * Support state_event in ProjectMilestone (#30) + * Support namespace/name for project id (#28) + * Fix handling of boolean values (#22) + Version 0.6 * IDs can be unicode (#15)