summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-11-10 00:41:33 -0500
committerMike Frysinger <vapier@gentoo.org>2015-12-29 13:34:51 -0500
commitd108b75561d0d3a4187be9fa47285260aaad37ea (patch)
tree6d841d82543e2112c0ce7301562b189d429ae3dd /ChangeLog
parentb674b821091141c5eed7d423612d3b10703e9c62 (diff)
list-fixed-bugs: use argparse for the commandline
This makes the interface more friendly to users.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5135c01785..183c55b159 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-12-29 Mike Frysinger <vapier@gentoo.org>
+
+ * scripts/list-fixed-bugs.py: Import argparse. Call main instead.
+ (get_parser): New function.
+ (main): New function.
+
2015-12-29 Rob Wu <rob@robwu.nl>
[BZ #19369]