summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-05-02 14:24:26 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-05-02 14:24:26 -0400
commita823781a2c7ab9970b6a11b2521a0b07554d9a35 (patch)
tree5746fb05bcc59e3e7e66316483c47eb60147a713
parent58a24ee882979f0d2a092460f8607907ad34b116 (diff)
downloadcliff-a823781a2c7ab9970b6a11b2521a0b07554d9a35.tar.gz
Update announcement for release 1.3.3
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
-rw-r--r--announce.rst15
1 files changed, 5 insertions, 10 deletions
diff --git a/announce.rst b/announce.rst
index 4d9e4c7..ef187ea 100644
--- a/announce.rst
+++ b/announce.rst
@@ -1,5 +1,5 @@
========================================================================
- cliff -- Command Line Interface Formulation Framework -- version 1.3.2
+ cliff -- Command Line Interface Formulation Framework -- version 1.3.3
========================================================================
.. tags:: python cliff release DreamHost
@@ -11,15 +11,10 @@ other extensions.
What's New In This Release?
===========================
-- Add ``convert_underscores`` parameter to ``CommandManager``
- ``__init__`` method to allow underscores to be used in command
- names. This optional argument is defaulted to True to maintain
- current behavior. (contributed by Joe Server)
-- Use flake8_ for style checking.
-- Relax version requirement for PrettyTable dependency to allow point
- releases of 0.7.
-
-.. _flake8: https://pypi.python.org/pypi/flake8
+- Restore compatibility with prettytable < 0.7.2 by forcing no
+ output if there is no data (instead of printing an empty
+ table). Contributed by Dirk Mueller.
+- Update to allow cmd2 version 0.6.5.1. Contributed by Dirk Mueller.
Documentation
=============