You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
# pyspellchecker
2
2
3
-
## Version 0.6.0 (future version)
3
+
## Version 0.6.0
4
4
* Remove **python 2.7** support
5
5
* Updated automated `scripts/build_dictionary.py` script to support adding missing words
6
6
* Updated `split_words()` to attempt to better handle punctuation; [#84](https://github.com/barrust/pyspellchecker/issues/84)
7
+
* Load pre-built dictionaries from relative location for use in `PyInstaller` and other executable tools; [#64](https://github.com/barrust/pyspellchecker/issues/64)
7
8
8
9
## Version 0.5.6
9
10
****NOTE:*** Last planned support for **Python 2.7**
0 commit comments