From 0417ba3951b3f39b0d2aace439a0fca5cd529101 Mon Sep 17 00:00:00 2001 From: eprbell <77937475+eprbell@users.noreply.github.com> Date: Sat, 1 Apr 2023 15:34:18 -0700 Subject: [PATCH] Updated with latest changes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d7111..c04b449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ # RP2 Change Log +## 1.4.2 +* fixed small bug in rp2_full_report generator: OUT transactions had slightly incorrect fiat_out field. The displayed value was fiat_out_no_fee - fiat fee, instead of fiat_out_no_fee. This bug didn't affect actual tax computation or the tax_report output: it only affected the fiat_out field in the OUT table of rp2_full_report. + ## 1.4.1 * added new RP2RuntimeError to handle non-recoverable problems without using Exception