From e3069cd0630772c606d22d288f9d774d7f080e76 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Wed, 15 Feb 2023 09:55:02 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5a5bbcad..3c8a8fc06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Copy logic of `GhostfolioScraperApiService` to `ManualService` +- Copy the logic of `GhostfolioScraperApiService` to `ManualService` - Improved the content of the landing page - Improved the content of the Frequently Asked Questions (FAQ) page - Improved the usability of the _Import Activities..._ action @@ -35,13 +35,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Todo +- Remove the environment variable `ENABLE_FEATURE_IMPORT` - Rename the `dataSource` from `GHOSTFOLIO` to `MANUAL` - Eliminate `GhostfolioScraperApiService` -### Todo - -- Remove the environment variable `ENABLE_FEATURE_IMPORT` - ## 1.233.0 - 2023-02-09 ### Added