From 5c00ecb0d49f872617161888924788e6c1af1ad3 Mon Sep 17 00:00:00 2001 From: Trillianti Date: Thu, 21 May 2026 15:57:33 +0300 Subject: [PATCH] docs: add changelog entry for currency effect fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 843f33f05..3fdb77e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Resolved an issue with the cash balance calculation of an account for `SELL` activities to ensure fees are correctly subtracted - Resolved an exception in the portfolio details endpoint when an asset profile is unmatched +- Resolved an issue where `netPerformancePercentWithCurrencyEffect` produced a misleading percentage for reopened multi-trade positions with currency conversion ## 3.3.0 - 2026-05-14