#567: Emit the `autodoc-process-docstring` event even for objects without a docstring so that it can add content.

This commit is contained in:
Georg Brandl
2011-01-03 21:00:08 +01:00
parent 6964bdffb9
commit 8f37758033
2 changed files with 11 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
Release 1.0.6 (in development)
==============================
* #567: Emit the ``autodoc-process-docstring`` event even for objects
without a docstring so that it can add content.
* #565: In the LaTeX builder, not only literal blocks require different
table handling, but also quite a few other list-like block elements.