From 7441c2dec9b1fdbfe8c00a85feb35f226cdec3e8 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Mon, 27 May 2019 23:54:38 +0200 Subject: [PATCH] [doc] Add changelog for 0.54.2 release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf648cd6..e17ce961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.54.2 (27th May 2019) +- fix Transaction document generation +- lock transaction document generation with a test + ## v0.54.1 (9th May 2019) - `Transaction`: add __eq__() and __hash__() methods - Transaction Unlock parameters: add __eq__() and __hash__() methods -- GitLab