From f08563a510265631849eef7866b1d730c0eca5af Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Sun, 16 Nov 2025 17:14:43 +0700 Subject: [PATCH] fix(docs): update changelog --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb75ce24e..3063fb2e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 2.217.1 - 2025-11-16 +## Unreleased ### Added -- Introduced support for automatically gathering required exchange rates, exposed as an environment variable (`ENABLE_FEATURE_GATHER_NEW_EXCHANGE_RATES`) -- Added a blog post: _Black Weeks 2025_ +- Extended the holdings endpoint to include the performance with currency effect for cash + +## 2.217.1 - 2025-11-16 ### Added -- Extended the holdings endpoint to include the performance with currency effect for cash +- Introduced support for automatically gathering required exchange rates, exposed as an environment variable (`ENABLE_FEATURE_GATHER_NEW_EXCHANGE_RATES`) +- Added a blog post: _Black Weeks 2025_ ### Changed