From dd91ce47d5785b8b845934ceca4ba65eeaf1d4a4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 4 Jan 2009 21:07:25 +0100 Subject: [PATCH] Add changelog entries for news in pycode branch. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index d43a044ca..f5b53f9f7 100644 --- a/CHANGES +++ b/CHANGES @@ -29,6 +29,9 @@ New features added - #4: Added a ``:download:`` role that marks a non-document file for inclusion into the HTML output and links to it. + - The ``literalinclude`` directive now supports several more + options, to include only parts of a file. + - The ``toctree`` directive now supports a ``:hidden:`` flag, which will prevent links from being generated in place of the directive -- this allows you to define your document @@ -68,6 +71,8 @@ New features added * Extensions and API: + - Autodoc now handles documented attributes. + - Autodoc now handles inner classes and their methods. - There is now a ``Sphinx.add_lexer()`` method to be able to use