Merge with 1.0

This commit is contained in:
Georg Brandl
2011-09-23 11:03:23 +02:00
23 changed files with 151 additions and 105 deletions

View File

@@ -112,6 +112,15 @@ Features added
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.
* #648: Fix line numbers reported in warnings about undefined
references.
* #696, #666: Fix C++ array definitions and template arguments
that are not type names.