Compare commits

...

2 Commits

Author SHA1 Message Date
Cory Bennett e35e518368 Updated Changelog 2015-11-23 17:09:17 -08:00
Cory Bennett 159d142f37 jira edit should not require one arguemnt (allow for --query) 2015-11-23 17:08:40 -08:00
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 0.0.16 - 2015-11-23
* jira edit should not require one arguemnt (allow for --query) [Cory Bennett] [[a1eb4a1](https://github.com/Netflix-Skunkworks/go-jira/commit/a1eb4a1)]
## 0.0.15 - 2015-11-23
* [[#17](https://github.com/Netflix-Skunkworks/go-jira/issues/17)] print usage on missing arguments [Cory Bennett] [[fd2a2fe](https://github.com/Netflix-Skunkworks/go-jira/commit/fd2a2fe)]
-1
View File
@@ -291,7 +291,6 @@ Command Options:
case "list":
err = c.CmdList()
case "edit":
requireArgs(1)
setEditing(true)
if len(args) > 0 {
err = c.CmdEdit(args[0])