From d43d025c953ee2fb162e6cfc5eef0442f2626a6d Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 21 Jan 2024 16:38:46 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d54c7ac3..0d366ab4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Extended the date range support by week to date (`WTD`) and month to date (`MTD`) in the portfolio service - Added `healthcheck` for the _Ghostfolio_ service to the `docker-compose` files (`docker-compose.yml` and `docker-compose.build.yml`) ## 2.42.0 - 2024-01-21 @@ -274,7 +275,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Handled reading items from missing transaction point while getting the position (`getPosition()`) in portfolio service +- Handled reading items from missing transaction point while getting the position (`getPosition()`) in the portfolio service ## 2.24.0 - 2023-11-16