summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2014-10-05 22:25:50 +0900
committershimizukawa <shimizukawa@gmail.com>2014-10-05 22:25:50 +0900
commitc4b6db9e044695190057ce3c8e3d3e7cc8b95106 (patch)
tree2fabbe5403ef062b803549cd7bb039b4745c49aa /CHANGES
parent91d42c2828313a3078374241a1b299f546415154 (diff)
downloadsphinx-c4b6db9e044695190057ce3c8e3d3e7cc8b95106.tar.gz
If the ``python-levenshtein`` 3rd-party package is installed, it will improve the calculation time. refs #1426.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 66b98de3..ebf8cc08 100644
--- a/CHANGES
+++ b/CHANGES
@@ -22,6 +22,8 @@ Incompatible changes
method to make the `any` role work properly.
* gettext builder: gettext doesn't emit uuid information to generated pot files
by default. Please set ``True`` to `gettext_uuid` to emit uuid information.
+ Additionally, if the ``python-levenshtein`` 3rd-party package is installed,
+ it will improve the calculation time.
* gettext builder: disable extracting/apply 'index' node by default. Please set
'index' to :confval:`gettext_enables` to enable extracting index entries.