Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 1.29 KB

CHANGELOG.rst

File metadata and controls

70 lines (43 loc) · 1.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.21 - 2024-01-05

Added

  • Czech and Portuguese wordlists
  • Option to provide custom list of words instead of loading from built-in file

Changed

  • Use secrets module for randomness
  • Use English as a default language if none is provided
  • Language detection is unambiguous even if some words are ambiguous
  • Build system switched to Poetry

Removed

  • Support for Python below 3.8 was dropped

0.20 - 2021-07-27

Added

  • Type annotations
  • Support for testnet private keys

Changed

  • Project directory structure was cleaned up
  • Language on the Mnemonic object is remembered instead of repeatedly detecting

Removed

  • Support for Python 2.7 and 3.4 was dropped

0.19 - 2019-10-01

Added

  • Start of changelog