Skip to content

Commit 88e989b

Browse files
committed
docs: add changelog
1 parent 956de56 commit 88e989b

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

CHANGELOG.rst

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
Changelog
2+
=========
3+
4+
.. default-role:: code
5+
6+
All notable changes to this project will be documented in this file.
7+
8+
The format is based on `Keep a Changelog`_, and this project adheres to
9+
`Semantic Versioning`_.
10+
11+
`0.20`_ - 2021-07-27
12+
---------------------
13+
14+
.. _0.20: https://github.com/trezor/python-mnemonic/compare/v0.19...v0.20
15+
16+
Added
17+
~~~~~
18+
19+
- Type annotations
20+
- Support for testnet private keys
21+
22+
Changed
23+
~~~~~~~
24+
25+
- Project directory structure was cleaned up
26+
- Language on the `Mnemonic` object is remembered instead of repeatedly detecting
27+
28+
Removed
29+
~~~~~~~
30+
31+
- Support for Python 2.7 and 3.4 was dropped
32+
33+
34+
35+
0.19 - 2019-10-01
36+
------------------
37+
38+
Added
39+
~~~~~
40+
41+
- Start of changelog
42+
43+
44+
.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/
45+
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html

0 commit comments

Comments
 (0)