summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 8 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index c9a3308..0ab0e5f 100644
--- a/NEWS
+++ b/NEWS
@@ -28,22 +28,25 @@ Version 0.52.1+git, not yet released
* Icktool shows a more humane error message if getting a token fails,
instead of a Python stack trace.
+* Icktool will now give a more humane error message if user triggers
+ the build of a project that doesn't exist, instead of a Python stack
+ trace.
+
* Icktool now looks for credentials using both the controller URL, and
the authentication URL.
* Icktool can now download artifacts from the artifact store, with the
new `get-artifact` subcomand.
-* Icktool will now give a more humane error message if user triggers
- the build of a project that doesn't exist, instead of a Python stack
- trace.
-
-* The `archive: workspace` action now takes an optional `glob` field,
+* The `archive: workspace` action now takes an optional `globs` field,
which is a list of Unix filename globs, for what to include in the
artifact. Also, optionally the field `name_from` can be used to
specify the name of a project parameter, which contains the name of
the artifact. The default is the `artifact_name` parameter.
+* A Code of Conduct has been added to the ick project.
+ <https://ick.liw.fi/conduct/> has the canonical copy.
+
Version 0.52.1, released 2018-06-12
----------------------------------