Closes #859: Fix exception under certain circumstances when not finding appropriate objects to link to.

This commit is contained in:
Georg Brandl
2012-01-29 10:25:34 +01:00
parent fa100632c3
commit 5727c053c2
2 changed files with 20 additions and 16 deletions

View File

@@ -14,6 +14,9 @@ Release 1.1.3 (in development)
* #695: When the highlight language "python" is specified explicitly,
do not try to parse the code to recognize non-Python snippets.
* #859: Fix exception under certain circumstances when not finding
appropriate objects to link to.
Release 1.1.2 (Nov 1, 2011) -- 1.1.1 is a silly version number anyway!
======================================================================