We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3921990 commit f6dd3b6Copy full SHA for f6dd3b6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# pyspellchecker
2
3
+## Version 0.8.4
4
+
5
+* Support diacritics; see [PR #189](https://github.com/barrust/pyspellchecker/pull/189); thanks [7heo](https://github.com/7heo)
6
7
## Version 0.8.3
8
9
* Add `Persian` dictionary; thanks [@ashkanfeyzollahi](https://github.com/ashkanfeyzollahi)
spellchecker/info.py
@@ -4,7 +4,7 @@
__maintainer__ = "Tyler Barrus"
__email__ = "[email protected]"
__license__ = "MIT"
-__version__ = "0.8.3"
+__version__ = "0.8.4"
__credits__ = ["Peter Norvig"]
__url__ = "https://github.com/barrust/pyspellchecker"
10
__bugtrack_url__ = f"{__url__}/issues"
0 commit comments