summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorsteven.bethard <devnull@localhost>2009-09-15 05:55:06 +0000
committersteven.bethard <devnull@localhost>2009-09-15 05:55:06 +0000
commitb1bbb11a9648293a344f5e3739517aaf67ebc0eb (patch)
tree1bb35e453f928bfa955126cf29be8f51124c300a /NEWS.txt
parent6964050e4ae3122748b8fc207f1a44aa6a917d1a (diff)
downloadargparse-b1bbb11a9648293a344f5e3739517aaf67ebc0eb.tar.gz
Add NEWS file.r101
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
new file mode 100644
index 0000000..8e8c83b
--- /dev/null
+++ b/NEWS.txt
@@ -0,0 +1,11 @@
+What's New in argparse 1.0.1
+============================
+
+- Issue #21: Stop rejecting classic classes as type= arguments.
+- Issue #24: Improve error messages when nargs=0 for store and append actions.
+- Issue #25 and #17: Silence Python 2.6 buggy Exception.message warnings.
+- Issue #27: Stop dropping mutually exclusive groups from parents= arguments.
+- Issue #28: Set svn:eol-style=native properly for text files.
+- Wrap long prog= values properly.
+- Make sure literal % can be used in help messages.
+- Add a NEWS file.