summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2015-05-15 15:31:36 +0200
committerGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2015-05-15 15:31:36 +0200
commitdce3193e03baa746228a91bdfdeaecd7aa8d5e10 (patch)
tree8a2b33291bb2aebffe84b91b63773d8965b3be78 /ChangeLog
parent1bc412e2b7fa285e89a8ac37f05f0b62f354bdf5 (diff)
downloadgitlab-dce3193e03baa746228a91bdfdeaecd7aa8d5e10.tar.gz
get ready for a 0.9 release
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 16 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d2343bb..b5550b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,19 @@
-Version 0.8.1
-
- * Implemented argparse libray for parsing argument on CLI
- * add custom action for InfoCert
+Version 0.9
+
+ * Implement argparse libray for parsing argument on CLI
+ * Provide unit tests and (a few) functional tests
+ * Provide PEP8 tests
+ * Use tox to run the tests
+ * CLI: provide a --config-file option
+ * Turn the gitlab module into a proper package
+ * Allow projects to be updated
+ * Use more pythonic names for some methods
+ * Deprecate some Gitlab object methods:
+ - raw* methods should never have been exposed; replace them with _raw_*
+ methods
+ - setCredentials and setToken are replaced with set_credentials and
+ set_token
+ * Sphinx: don't hardcode the version in conf.py
Version 0.8