summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2014-10-29 01:08:47 +0900
committershimizukawa <shimizukawa@gmail.com>2014-10-29 01:08:47 +0900
commitf887ae16257cdb0ef9d4dd89136e379dc85875fb (patch)
tree3cfaa63679b46913f728c1fbad4cf0256f2854ef /CHANGES
parentf7a0acfa0a2c30a3201366b155cebfdd9f9dbdf4 (diff)
downloadsphinx-f887ae16257cdb0ef9d4dd89136e379dc85875fb.tar.gz
Fix #1610: Sphinx cause AttributeError when MeCab search option is enabled and python-mecab is not installed.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 24bef95f..a3d8a079 100644
--- a/CHANGES
+++ b/CHANGES
@@ -22,6 +22,8 @@ Bugs fixed
a toctree was replaced with wrong title and link.
* #1584: Point to master doc in HTML "top" link.
* #1585: Autosummary of modules broken in Sphinx-1.2.3.
+* #1610: Sphinx cause AttributeError when MeCab search option is enabled and
+ python-mecab is not installed.
Release 1.2.3 (released Sep 1, 2014)