From e2ba4dcae0408769544e26cc79a320cec0258c16 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 22 Apr 2025 19:41:11 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e3564f6c..f1b661c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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 + +- Renamed `Order` to `activities` in the `Account` database schema + ## 2.155.0 - 2025-04-23 ### Added @@ -34,7 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Made the historical market data editor expandable in the admin control panel -- Renamed `Order` to `activities` in the `Account` database schema - Renamed `Subscription` to `subscriptions` in the `User` database schema - Parallelized the requests in the get quotes functionality of the _Financial Modeling Prep_ service - Migrated the lookup functionality by `isin` of the _Financial Modeling Prep_ service to its stable API version