From 31208a849a60e982205e2886adca481fdd0ae26a Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 29 Sep 2013 09:19:11 +0200 Subject: [PATCH] changelog fixup --- CHANGES | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 8167b517f..e69455d2b 100644 --- a/CHANGES +++ b/CHANGES @@ -14,12 +14,13 @@ Incompatible changes Bugs fixed ---------- -* #1265: Fix i18n: crash when translating section name that is pointed from - 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. +* #1265: Fix i18n: crash when translating a section name that is pointed to from + a named target. +* A wrong condition broke the search feature on first page that is usually + index.rst. This issue was introduced in 1.2b1. +* #703: When Sphinx can't decode filenames with multibyte characters, Sphinx now + catches UnicodeError and will continue if possible instead of raising the + exception. Release 1.2 beta2 (released Sep 17, 2013)