From ec94cd429c56487e89425f226284009f78a596c6 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 15 Dec 2014 18:50:18 +0100 Subject: update NEWS --- NEWS.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -------------- -- cgit v1.2.1