summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorsteven.bethard <devnull@localhost>2009-10-24 16:53:40 +0000
committersteven.bethard <devnull@localhost>2009-10-24 16:53:40 +0000
commitc24b8c04f07fc5abbb1d9bc44ea4e0bdc013a631 (patch)
treec0c910bebfdf08c0c55cead4782bec3e88b4d67c /NEWS.txt
parent57dee9ad3d9f5621f7136988d167edcce2db6100 (diff)
downloadargparse-c24b8c04f07fc5abbb1d9bc44ea4e0bdc013a631.tar.gz
Support more customization of version arguments.
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 60ed0c9..647bbef 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,10 +1,11 @@
What's New in argparse 1.1
==========================
-- Issue #36: Get "from argparse import *" working
-- Issue #37: Stop treating two character alphanumeric flags as numbers
-- Issue #38: Better error messages when 'dest' occurs twice for positional arguments
-- Issue #39: Better error messages for invalid actions
+- Issue #22: Support more customization of version arguments.
+- Issue #36: Get "from argparse import *" working.
+- Issue #37: Stop treating two character alphanumeric flags as numbers.
+- Issue #38: Better error messages when 'dest' occurs twice for positional arguments.
+- Issue #39: Better error messages for invalid actions.
What's New in argparse 1.0.1