From b5825ff7f83dc7925b7487816d4512ae54132ca3 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 5 Jul 2008 16:20:57 +0000 Subject: [PATCH] Merge in 0.4.1 changelog. --- CHANGES | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGES b/CHANGES index fd6f08720..e5131e2db 100644 --- a/CHANGES +++ b/CHANGES @@ -13,6 +13,38 @@ New features added dumps the generated HTML into JSON files for further processing. +Release 0.4.1 (Jul 5, 2008) +=========================== + +* Added sub-/superscript node handling to TextBuilder. + +* Label names in references are now case-insensitive, since reST + label names are always lowercased. + +* Fix linkcheck builder crash for malformed URLs. + +* Add compatibility for admonitions and docutils 0.5. + +* Remove the silly restriction on "rubric" in the LaTeX writer: you + can now write arbitrary "rubric" directives, and only those with + a title of "Footnotes" will be ignored. + +* Copy the HTML logo to the output ``_static`` directory. + +* Fix LaTeX code for modules with underscores in names and platforms. + +* Fix a crash with nonlocal image URIs. + +* Allow the usage of :noindex: in ``automodule`` directives, as + documented. + +* Fix the ``delete()`` docstring processor function in autodoc. + +* Fix warning message for nonexisting images. + +* Fix JavaScript search in Internet Explorer. + + Release 0.4 (Jun 23, 2008) ==========================