From 33c42bcdea49e13e6686ba9feac04662f5482c89 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Thu, 25 Jul 2019 21:12:01 +0200 Subject: [PATCH] [doc) Update changelog with v0.7.2 and 0.7.3 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e4267f..93aed15e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v0.7.3 (25th July 2019) +#239: Bug fix release for broken successives transactions due to wrongly calculated pending inputs: +- remove already used inputs: restore previous behaviour which haven’t been kept the same during the migration +- `enumerate()` wrongly moved to the non appropriate for loop + +## v0.7.2 (25th June 2019) +- #233: fix round passed amount and amoundUD floats × by 100 + ## v0.7.1 (29th May 2019) - Fix transaction document generation from DuniterPy -- GitLab