summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2016-03-19 15:36:56 +0100
committerGauvain Pocentek <gauvain@pocentek.net>2016-03-19 15:36:56 +0100
commitbb463ae4e0ed79e472c0d594f76dc8177a29fb5c (patch)
treeb2f764e6009a394cafc9f3dd080090e9dc386686 /ChangeLog
parent754d5e5f66ac86baba02e7d63157c263510ec593 (diff)
downloadgitlab-bb463ae4e0ed79e472c0d594f76dc8177a29fb5c.tar.gz
Update changelog and authors0.12.2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index deead57..ac4b477 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+Version 0.12.2
+
+ * Add new `ProjectHook` attributes
+ * Add support for user block/unblock
+ * Fix GitlabObject creation in _custom_list
+ * Add support for more CLI subcommands
+ * Add some unit tests for CLI
+ * Add a coverage tox env
+ * Define GitlabObject.as_dict() to dump object as a dict
+ * Define GitlabObject.__eq__() and __ne__() equivalence methods
+ * Define UserManager.search() to search for users
+ * Define UserManager.get_by_username() to get a user by username
+ * Implement "user search" CLI
+ * Improve the doc for UserManager
+ * CLI: implement user get-by-username
+ * Re-implement _custom_list in the Gitlab class
+ * Fix the 'invalid syntax' error on Python 3.2
+ * Gitlab.update(): use the proper attributes if defined
+
+Version 0.12.1
+
+ * Fix a broken upload to pypi
+
Version 0.12
* Improve documentation