Skip to content

Commit

Permalink
updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mammothb committed Feb 18, 2019
1 parent 373cdb1 commit ec79ade
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGELOG <br>
==============

## 6.3.7 (2019-02-18)
---------------------
- Fixed `include_unknown` in `lookup`
- Removed unused `initial_capacity` argument
- Improved `_get_str_hash` performance
- Implemented `save_pickle` and `load_pickle` to avoid having to create the
dictionary every time

## 6.3.6 (2019-02-11)
---------------------
- Added `create_dictionary()` feature
Expand Down
2 changes: 1 addition & 1 deletion symspellpy/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "symspellpy"
__description__ = 'Python SymSpell'
__url__ = "https://github.com/mammothb/symspellpy"
__version__ = "6.3.6"
__version__ = "6.3.7"
__author__ = "mmb L"
__author_email__ = "[email protected]"
__license__ = "MIT"

0 comments on commit ec79ade

Please sign in to comment.