Skip to content

Commit 7d266f0

Browse files
committed
docs: 0.21 changelog
1 parent 4b14fc5 commit 7d266f0

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,31 @@ All notable changes to this project will be documented in this file.
88
The 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

0 commit comments

Comments
 (0)