summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2014-10-05 21:50:44 +0900
committershimizukawa <shimizukawa@gmail.com>2014-10-05 21:50:44 +0900
commit91d42c2828313a3078374241a1b299f546415154 (patch)
tree087d5bcd3e46ca53c8d908def1317f16b0bf3c34 /CHANGES
parent6a9fde23423e153eec16ee584675ad2ff3e991a9 (diff)
downloadsphinx-91d42c2828313a3078374241a1b299f546415154.tar.gz
Incompatibility. Now :confval:`gettext_uuid` is set False by default. If False, also levenshtein calculation is disabled. refs #1426
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0d768936..66b98de3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,6 +20,8 @@ Incompatible changes
templates directory.
* Custom domains should implement the new `Domain.resolve_any_xref`
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.
* gettext builder: disable extracting/apply 'index' node by default. Please set
'index' to :confval:`gettext_enables` to enable extracting index entries.