Fix #2395: Sphinx crashs if unicode character in image filename

This commit is contained in:
Takeshi KOMIYA
2016-04-10 20:25:25 +09:00
parent 95e6e81de7
commit 9df7783ba2
4 changed files with 5 additions and 2 deletions
+1
View File
@@ -29,6 +29,7 @@ Bugs fixed
* #2412: Fix hyperlink targets are broken in LaTeX builder
* Fix figure directive crashes if non paragraph item is given as caption
* #2418: Fix time formats no longer allowed in today_fmt
* #2395: Fix Sphinx crashs if unicode character in image filename
Release 1.4 (released Mar 28, 2016)