summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2013-09-28 12:51:20 +0000
committershimizukawa <shimizukawa@gmail.com>2013-09-28 12:51:20 +0000
commit1e811efb46886a0e6f18c2c967101ba1b55af1bb (patch)
treea8a7655fd475a3d77ecdc8ff3919c421af9e3b99 /CHANGES
parentd4f6dac58d1ebc0da0f2d4183c377fccfef3d268 (diff)
downloadsphinx-1e811efb46886a0e6f18c2c967101ba1b55af1bb.tar.gz
When Sphinx couldn't decode multibyte filename, now Sphinx notices UnicodeError and continuing if possible instead of raise exception. Closes #703
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e6ffc750..8167b517 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,8 @@ Bugs fixed
named target.
* A wrong conditoin check break search feature on first page that is usually
index.rst. This issue was introduced at 1.2b1
+* #703: When Sphinx couldn't decode multibyte filename, now Sphinx notices
+ UnicodeError and continuing if possible instead of raise exception.
Release 1.2 beta2 (released Sep 17, 2013)