Skip to content

Commit ec79ade

Browse files
committed
updated version and changelog
1 parent 373cdb1 commit ec79ade

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG <br>
22
==============
33

4+
## 6.3.7 (2019-02-18)
5+
---------------------
6+
- Fixed `include_unknown` in `lookup`
7+
- Removed unused `initial_capacity` argument
8+
- Improved `_get_str_hash` performance
9+
- Implemented `save_pickle` and `load_pickle` to avoid having to create the
10+
dictionary every time
11+
412
## 6.3.6 (2019-02-11)
513
---------------------
614
- Added `create_dictionary()` feature

symspellpy/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "symspellpy"
22
__description__ = 'Python SymSpell'
33
__url__ = "https://github.com/mammothb/symspellpy"
4-
__version__ = "6.3.6"
4+
__version__ = "6.3.7"
55
__author__ = "mmb L"
66
__author_email__ = "[email protected]"
77
__license__ = "MIT"

0 commit comments

Comments
 (0)