changelog fixup

This commit is contained in:
Georg Brandl 2013-09-29 09:19:11 +02:00
parent 58be2f19b3
commit 31208a849a

13
CHANGES
View File

@ -14,12 +14,13 @@ Incompatible changes
Bugs fixed Bugs fixed
---------- ----------
* #1265: Fix i18n: crash when translating section name that is pointed from * #1265: Fix i18n: crash when translating a section name that is pointed to from
named target. a named target.
* A wrong conditoin check break search feature on first page that is usually * A wrong condition broke the search feature on first page that is usually
index.rst. This issue was introduced at 1.2b1 index.rst. This issue was introduced in 1.2b1.
* #703: When Sphinx couldn't decode multibyte filename, now Sphinx notices * #703: When Sphinx can't decode filenames with multibyte characters, Sphinx now
UnicodeError and continuing if possible instead of raise exception. catches UnicodeError and will continue if possible instead of raising the
exception.
Release 1.2 beta2 (released Sep 17, 2013) Release 1.2 beta2 (released Sep 17, 2013)