1
1
CHANGES
2
2
=======
3
3
4
+ * Bump version to 0.1.0
4
5
* Fix test runner config issues with os-testr 1.0.0
5
6
* Update .gitignore
6
7
* Add pypi badge to README.md
@@ -28,7 +29,7 @@ CHANGES
28
29
* Add option '-d/--draft' to 'gerrit change comment list' command
29
30
* Add new 'gerrit change comment list' command
30
31
* Check the response not empty before fetching columns
31
- * Replace special characters in {change\_id } using the %xx escape
32
+ * Replace special characters in {change_id } using the %xx escape
32
33
* Add new 'gerrit change index' command
33
34
* Add new 'gerrit change included-in show' command
34
35
* Add new 'gerrit change draft publish' command
@@ -89,7 +90,7 @@ CHANGES
89
90
* Add new 'gerrit account password set' command
90
91
* Add commands to enable/disable accounts
91
92
* Add new 'gerrit account username set' command
92
- * Align 'test\_group\_set\_description ' test case
93
+ * Align 'test_group_set_description ' test case
93
94
* Add new 'gerrit account name set' command
94
95
* Add 'gerrit account create' command
95
96
* Add '-a/--all' optional argument to 'gerrit account show' command
@@ -101,7 +102,7 @@ CHANGES
101
102
* Add 'gerrit group description delete' command
102
103
* Make possible to encode project name
103
104
* Code refactoring for PluginClient and ProjectClient
104
- * 'gerrit group \ *' related command code refactoring
105
+ * 'gerrit group *' related command code refactoring
105
106
* Add 'gerrit group description set' command
106
107
* Add 'gerrit group rename' command
107
108
* Add 'gerrit project delete' command
0 commit comments