From 257c9eca2b19fab05f1b50c64912b3332f3af9c1 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 2 Dec 2023 09:58:21 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aa09c05a..673df85bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Respected the `withExcludedAccounts` flag in the account balance time series +### Fixed + +- Changed the mechanism of the `INTRADAY` data gathering to function synchronously avoiding database deadlocks + ## 2.27.1 - 2023-11-28 ### Changed