summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 59d41a5..ca0b6a6 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,14 @@ Version 0.7+git, not yet released
* `distix show` and other commands that accept ticket ids now accept
a unique id prefix, in addition to the full ticket id.
+* `distix list` now shows ticket ids as three words, picked from the
+ PGP word list. The words aren't random (they're carefully picked),
+ but they may seem so to the user. The words are easier to remember,
+ and easier to communicate by voice, than a hexadecimal ticket id.
+ `distix` commands that accept ticket ids as their command line
+ arguments now accept the triple-word combo as well as a hexadecimal
+ string.
+
Version 0.7, released 2016-10-19
-----------------------------------