From 56c42e609cd34bc5003d22368f44d89a767ac820 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:22:23 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fa64ed4d..83146cce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +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). +## Unreleased + +### Changed + +- Set the change detection strategy to `OnPush` in the _X-ray_ page + ## 3.25.0 - 2026-07-12 ### Changed - Changed the default value of the `DATA_SOURCE_FEAR_AND_GREED_INDEX_STOCKS` environment variable from `RAPID_API` to `MANUAL` - Improved the language localization for Dutch (`nl`) -- Set the change detection strategy to `OnPush` in the X-ray page - Upgraded `helmet` from version `7.0.0` to `8.2.0` ### Fixed