aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2010-07-14 19:24:12 -0400
committerW. Trevor King <wking@drexel.edu>2010-07-14 19:24:12 -0400
commit3be9276eef9081fa51f8b75516176f203f18b39b (patch)
tree2d11acb32a19904098d5daecff5df68d80408a78 /NEWS
parent388358a41375afdca0d29583a0851bfb5fe720f8 (diff)
downloadbugseverywhere-3be9276eef9081fa51f8b75516176f203f18b39b.tar.gz
Make Gianluca's bug status display optional for `be depend`.
You might not want the bug status displayed, e.g. if you were writing a script that parsed the output of `be depend`. The new implementation is better anyway since it avoids redundant display definitions for blocks vs. blocked by.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5dff61d..aff73ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+July 14, 2010
+ * Added --show-status to `be depend`.
+
June 25, 2010
* Added --tags to `be list`.