#295: Fix escaping of hyperref targets in LaTeX output.

This commit is contained in:
Georg Brandl
2010-01-06 11:48:25 +01:00
parent a5f1df6946
commit 4c47d2d8e2
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
Release 0.6.4 (in development)
==============================
* #295: Fix escaping of hyperref targets in LaTeX output.
* #302: Fix links generated by the ``:doc:`` role for LaTeX output.
* #286: collect todo nodes after the whole document has been read;