summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-12-15 00:30:32 -0600
committerMichael Merickel <michael@merickel.org>2016-12-15 00:30:32 -0600
commit4c8eb258689df43fa7ded99e4e781712a9106752 (patch)
tree93663ec143ed1406f19c0fc32823ba48bc6a4ad1 /CHANGES.txt
parent5225f973bf1a1da783317fb79f637438ece3bb46 (diff)
downloadpyramid-4c8eb258689df43fa7ded99e4e781712a9106752.tar.gz
pyramid-4c8eb258689df43fa7ded99e4e781712a9106752.tar.bz2
pyramid-4c8eb258689df43fa7ded99e4e781712a9106752.zip
changelog for #2864
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 575038f0a..08013f3ec 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -133,6 +133,10 @@ Features
new ``listen`` directives in waitress.
See https://github.com/Pylons/pyramid/pull/2853
+- All p* scripts now use argparse instead of optparse. This improves their
+ ``--help`` output as well as enabling nicer documentation of their options.
+ See https://github.com/Pylons/pyramid/pull/2864
+
Bug Fixes
---------