summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2016-10-16 08:34:33 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2016-10-16 08:34:33 +0200
commit117f7f584ed58f0f36b3cf6cb3a8d2a256c4aae4 (patch)
treeb9ed763b184386f5a50ca30e87fb6f324c214c23
parent673dc3636e5ab6846c88cb4dac71f0690b02494d (diff)
downloadgitlab-117f7f584ed58f0f36b3cf6cb3a8d2a256c4aae4.tar.gz
prepare the 0.16 release
-rw-r--r--AUTHORS5
-rw-r--r--ChangeLog16
2 files changed, 21 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index cf419dd..f3290a7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -36,3 +36,8 @@ Peter Mosmans <support@go-forward.net>
Stefan K. Dunkler <stefan.dun@gmail.com>
Missionrulz <missionrulz@gmail.com>
Rafael Eyng <rafaeleyng@gmail.com>
+Armin Weihbold <armin.weihbold@gmail.com>
+derek-austin <derek.austin35@mailinator.com>
+Jonathon Reinhart <Jonathon.Reinhart@gmail.com>
+Michal Galet <michal.galet@gmail.com>
+Will Starms <vilhelmen@gmail.com>
diff --git a/ChangeLog b/ChangeLog
index b6d8efa..94d6b18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Version 0.16
+
+ * Add the ability to fork to a specific namespace
+ * JIRA service - add api_url to optional attributes
+ * Fix bug: Missing coma concatenates array values
+ * docs: branch protection notes
+ * Create a project in a group
+ * Add only_allow_merge_if_build_succeeds option to project objects
+ * Add support for --all in CLI
+ * Fix examples for file modification
+ * Use the plural merge_requests URL everywhere
+ * Rework travis and tox setup
+ * Workaround gitlab setup failure in tests
+ * Add ProjectBuild.erase()
+ * Implement ProjectBuild.play()
+
Version 0.15.1
* docs: improve the pagination section