From 212426fc7e44fc1e1d6783b83ac9e35eae8c42fa Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 22 Aug 2026 11:23:47 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b4eacd7..f16771726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed the _Storybook_ setup by loading the `@angular/localize` polyfill centrally - Fixed an issue in the activities import where an unused custom asset profile was created if the related activities were not imported +- Fixed the missing close price in the historical market data of the _Yahoo Finance_ service by falling back to the market price of the quote +- Fixed the historical market data gathering by no longer storing the last known market price for the most recent dates without data from the data provider ## 3.57.0 - 2026-08-21