summaryrefslogtreecommitdiff
path: root/announce.rst
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-07-31 11:02:56 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-07-31 11:06:53 -0400
commitb12c68fd7bb187c6d74467facc24949e8828f591 (patch)
treea95d55b835c55010d4e14ba48a0d268ee5922b14 /announce.rst
parentce0aa4609c76e60ea580afcfee1f8103931b0fee (diff)
downloadcliff-b12c68fd7bb187c6d74467facc24949e8828f591.tar.gz
Remove tablib formatters from core
The tablib package depends on a "dead" project, so our dependency on it is causing policy issues for having cliff included in Ubuntu. Moving those formatters to a separate project removes the strict dependency. Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to 'announce.rst')
-rw-r--r--announce.rst15
1 files changed, 5 insertions, 10 deletions
diff --git a/announce.rst b/announce.rst
index 91bcfac..707b5c0 100644
--- a/announce.rst
+++ b/announce.rst
@@ -1,5 +1,5 @@
======================================================================
- cliff -- Command Line Interface Formulation Framework -- version 1.0
+ cliff -- Command Line Interface Formulation Framework -- version 1.1
======================================================================
.. tags:: python cliff release DreamHost
@@ -11,15 +11,10 @@ other extensions.
What's New In This Release?
===========================
-- Add trailing newlines after output from tablib-based formatters
- (JSON, YAML, and HTML). Contributed by Matt Joyce.
-- Some PEP-8 fixes.
-- Refactor the API in ``Command`` to add ``take_action()``
- and make ``run()`` a concrete method. Existing users should only
- need to rename ``run()`` to ``take_action()`` since the function
- signatures have not changed.
-- In ``Lister`` and ``ShowOne`` use ``take_action()`` instead of
- ``get_data()``.
+- Moves the tablib formatters for JSON, YAML, and HTML out
+ of the core project and into a separate package to comply
+ with Ubuntu packaging requirements. See
+ https://github.com/dreamhost/cliff-tablib
Documentation
=============