summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-04 19:10:19 +0100
committerGeorg Brandl <georg@python.org>2014-03-04 19:10:19 +0100
commitec437e1aa69c7bd34a592738654dca5e94eb1cc7 (patch)
treebe4f19d7c45c7716074c397e9f3f278779e6758c /CHANGES
parent9337daca276efcc1c58058a10fffef8b356c7b58 (diff)
parent562ad3c705b2463d85b40d09d196d21abb147c39 (diff)
downloadsphinx-ec437e1aa69c7bd34a592738654dca5e94eb1cc7.tar.gz
Merged in shibu/sphinx/add_stemmer (pull request #214)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 912d6960..03b80585 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,8 @@ New features
* Added ``sphinx.ext.napoleon`` extension for NumPy and Google style docstring
support.
+* PR#214: Added stemming support for 14 languages, so that the built-in document
+ search can now handle these. Thanks to Shibukawa Yoshiki.
* PR#202: Allow "." and "~" prefixed references in ``:param:`` doc fields
for Python.
* PR#184: Add :confval:`autodoc_mock_imports`, allowing to mock imports of