diff --git a/announce.rst b/announce.rst index 0679d042..eec8950c 100644 --- a/announce.rst +++ b/announce.rst @@ -1,5 +1,5 @@ ============================ - sphinxcontrib.spelling 2.0 + sphinxcontrib.spelling 2.1 ============================ .. tags:: python sphinx sphinxcontrib-spelling release @@ -20,11 +20,10 @@ PyEnchant_ to produce a report showing misspelled words. What's New in This Release? =========================== -- Add python 3.3 support. -- Add PyPy support. -- Use pbr for packaging. -- Update tox config to work with forked version of PyEnchant until - changes are accepted upstream. +- Fix unicode error in ``PythonBuiltinsFilter``. +- Make error output useful in emacs compiler mode +- Only show the words being added to a local dictionary if debugging + is enabled. Installing ========== diff --git a/docs/source/history.rst b/docs/source/history.rst index 7fa91011..e184cdc8 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -7,9 +7,13 @@ Release History ================= -dev +2.1 - Fix unicode error in ``PythonBuiltinsFilter``. +- Make error output useful in emacs compiler mode +- Only show the words being added to a local dictionary if debugging + is enabled. + 2.0