summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 1624743..c5d82bc 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,16 @@
What's New
==========
+argparse 1.3.0
+--------------
+
+- added aliases support (thanks to Roland Kammerer!) + tests for it
+- use tox for testing python >= 2.6
+- tests successfully on 3.4 also (without random hash seed)
+- added argparse.__external_lib__ = True so one can test one is really using /
+ testing the external library (and not the builtin one in stdlib of recent
+ Pythons)
+
argparse 1.2.2
--------------