diff --git a/CHANGES b/CHANGES index 2135d0518..a06c409ff 100644 --- a/CHANGES +++ b/CHANGES @@ -35,6 +35,8 @@ New features added * sphinx.doc.autodoc has a new event ``autodoc-process-signature`` that allows tuning function signature introspection. +* Glossary entries are now automatically added to the index. + * ``Sphinx.add_node()`` now takes optional visitor methods for the HTML, LaTeX and text translators; this prevents having to manually patch the classes. diff --git a/TODO b/TODO index 9f97a8147..7d2718375 100644 --- a/TODO +++ b/TODO @@ -2,11 +2,10 @@ Sphinx TODO =========== - RSS generation +- extension autodoc directives - files for downloading - specify node visit functions when adding nodes to app -- allow extensions to add static files - decide which static files to include -- verbose option - remove redundant