From 2c25f65f7fb88efd148bc78f9287c7203fc5fbba Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 18 Feb 2025 19:46:01 +0100 Subject: [PATCH] Expand changelog. --- changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/changelog.md b/changelog.md index 3cd3a1ec63..9a20683a3b 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 6.2.7 - 2025-02-19 + +### Changed + +- Optimised Account and Transaction API endpoints, should be a lot faster +- Optimized account deletion, should be a lot faster + +### Fixed + +- #9803 +- #9835 +- #9842 +- #9848 +- #9855 + ## 6.2.6 - 2025-02-13 ### Fixed