summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2016-02-03 21:14:07 +0100
committerGauvain Pocentek <gauvain@pocentek.net>2016-02-03 21:14:07 +0100
commit74d82d4109e65d541707638fc9d3efc110c6ef32 (patch)
treeca0f94c900932f8b19f165c7e881a8425d5cc2e7
parent368017c01f15013ab4cc9405c246a86e67f3b067 (diff)
downloadgitlab-74d82d4109e65d541707638fc9d3efc110c6ef32.tar.gz
Update ChangeLog and AUTHORS0.12
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog23
2 files changed, 24 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index cffbe3a..31c91fc 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -23,3 +23,4 @@ Colin D Bennett <colin.bennett@harman.com>
François Gouteroux <francois.gouteroux@d2-si.eu>
Daniel Serodio <dserodio@gmail.com>
Colin D Bennett <colin.bennett@harman.com>
+Richard Hansen <rhansen@rhansen.org>
diff --git a/ChangeLog b/ChangeLog
index 179c850..deead57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+Version 0.12
+
+ * Improve documentation
+ * Improve unit tests
+ * Improve test scripts
+ * Skip BaseManager attributes when encoding to JSON
+ * Fix the json() method for python 3
+ * Add Travis CI support
+ * Add a decode method for ProjectFile
+ * Make connection exceptions more explicit
+ * Fix ProjectLabel get and delete
+ * Implement ProjectMilestone.issues()
+ * ProjectTag supports deletion
+ * Implement setting release info on a tag
+ * Implement project triggers support
+ * Implement project variables support
+ * Add support for application settings
+ * Fix the 'password' requirement for User creation
+ * Add sudo support
+ * Fix project update
+ * Fix Project.tree()
+ * Add support for project builds
+
Version 0.11.1
* Fix discovery of parents object attrs for managers