Closes #693: Fix double encoding done when writing HTMLHelp .hhk files.

This commit is contained in:
Georg Brandl
2011-05-15 11:37:00 +02:00
parent dfe70cb7f2
commit 569516dd0e
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
Release 1.0.8 (in development)
==============================
* #693: Fix double encoding done when writing HTMLHelp .hhk files.
* #647: Do not apply SmartyPants in parsed-literal blocks.