summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS6
-rw-r--r--ChangeLog17
2 files changed, 22 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 221f4f7..286a96d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -15,4 +15,8 @@ Mart Sõmermaa <mart.somermaa@cgi.com>
Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>
Crestez Dan Leonard <lcrestez@ixiacom.com>
Patrick Miller <patrick@velocitywebworks.com>
-Stefano Mandruzzato <stefano.mandruzzato@gmail.com> \ No newline at end of file
+Stefano Mandruzzato <stefano.mandruzzato@gmail.com>
+Jason Antman <jason@jasonantman.com>
+Stefan Klug <klug.stefan@gmx.de>
+pa4373 <pa4373@gmail.com>
+Colin D Bennett <colin.bennett@harman.com>
diff --git a/ChangeLog b/ChangeLog
index 81e97cf..7b5e5fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+Version 0.10
+
+ * Implement pagination for list() (#63)
+ * Fix url when fetching a single MergeRequest
+ * Add support to update MergeRequestNotes
+ * API: Provide a Gitlab.from_config method
+ * setup.py: require requests>=1 (#69)
+ * Fix deletion of object not using 'id' as ID (#68)
+ * Fix GET/POST for project files
+ * Make 'confirm' an optional attribute for user creation
+ * Python 3 compatibility fixes
+ * Add support for group members update (#73)
+
+Version 0.9.2
+
+ * CLI: fix the update and delete subcommands (#62)
+
Version 0.9.1
* Fix the setup.py script