From 9ff6bbdbe7f77758cc2cb46041f581ed007233d9 Mon Sep 17 00:00:00 2001 From: Fantomas42 Date: Fri, 13 Jul 2012 23:14:10 +0200 Subject: [PATCH] updating documentation for future release --- docs/development/tests.rst | 2 +- docs/notes/changelog.rst | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/development/tests.rst b/docs/development/tests.rst index 30912c6bb..30c4ed450 100644 --- a/docs/development/tests.rst +++ b/docs/development/tests.rst @@ -52,7 +52,7 @@ Coverage Despite my best efforts, some functionnalities are not yet tested, that's why I need your help ! -As I write these lines the **140** tests in Zinnia cover **96%** of the code +As I write these lines the **143** tests in Zinnia cover **96%** of the code bundled in Zinnia. A real effort has been made to obtain this percentage, for ensuring the quality of the code. diff --git a/docs/notes/changelog.rst b/docs/notes/changelog.rst index e62d58e01..c18882306 100644 --- a/docs/notes/changelog.rst +++ b/docs/notes/changelog.rst @@ -4,9 +4,14 @@ CHANGELOG 0.11.2 ------ -* New admin filter for authors. +* New admin filter for authors * Minor translation improvements -* Customization of the templates with ease +* Minor documentation improvements +* ``wp2zinnia`` handle wxr version 1.2 +* Customizations of the templates with ease +* Define a custom ``Author.__unicode__`` method +* Fix issue with duplicate spam comments +* Fix bug in ``PreviousNextPublishedMixin`` * Fix bug in ``QuickEntry`` with non ascii title * Fix ``collectstatic`` with ``CachedStaticFilesStorage``