From 31c3e8995c60dc4c4294abffd93b166ee417825f Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sat, 26 Sep 2020 14:36:47 +0200 Subject: [PATCH] [doc] Add v0.60.0 changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 232aebdc..a5946d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [v0.60.0](https://git.duniter.org/clients/python/duniterpy/-/milestones/3) (26st September 2020) + +- #60, !106: Drop Python v3.5 support +- #86, !106: Scrypt: migrate from `pylibscrypt` to `hashlib.scrypt` from the standard Python 3.6 lib +- #111, !111: Clearly define the copyright and license statements +- #68, !106: Package in Debian Bullseye v11 + +--- + +- Thanks @vtexier, @Moul + ## [v0.58.0](https://git.duniter.org/clients/python/duniterpy/-/milestones/15) (10st September 2020) **Note**: This is the last major release with Python v3.5 support. -- GitLab