File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,31 @@ All notable changes to this project will be documented in this file.
88The format is based on `Keep a Changelog `_, and this project adheres to
99`Semantic Versioning `_.
1010
11+ `0.21 `_ - 2024-01-05
12+ --------------------
13+
14+ .. _0.21 : https://github.com/trezor/python-mnemonic/compare/v0.20...v0.21
15+
16+ Added
17+ ~~~~~
18+
19+ - Czech and Portuguese wordlists
20+ - Option to provide custom list of words instead of loading from built-in file
21+
22+ Changed
23+ ~~~~~~~
24+
25+ - Use `secrets ` module for randomness
26+ - Use English as a default language if none is provided
27+ - Language detection is unambiguous even if some words are ambiguous
28+ - Build system switched to Poetry
29+
30+ Removed
31+ ~~~~~~~
32+
33+ - Support for Python below 3.8 was dropped
34+
35+
1136`0.20 `_ - 2021-07-27
1237---------------------
1338
You can’t perform that action at this time.
0 commit comments