Fix #627: Fix tracebacks for AttributeErrors in autosummary generation.

This commit is contained in:
Georg Brandl
2011-09-23 10:46:43 +02:00
parent 757d0013a7
commit 69f7e07681
2 changed files with 11 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
Release 1.0.8 (Sep 23, 2011)
============================
* #627: Fix tracebacks for AttributeErrors in autosummary generation.
* Fix the ``abbr`` role when the abbreviation has newlines in it.
* #727: Fix the links to search results with custom object types.